Clarify doc comment. · model-checking/verify-rust-std@a239d5b (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit a239d5b
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -72,7 +72,7 @@ impl<'a> PanicInfo<'a> { | ||
72 | 72 | |
73 | 73 | /// Returns the payload associated with the panic. |
74 | 74 | /// |
75 | - /// On `core::panic::PanicInfo`, this method never returns anything useful. | |
75 | + /// On this type, `core::panic::PanicInfo`, this method never returns anything useful. | |
76 | 76 | /// It only exists because of compatibility with [`std::panic::PanicHookInfo`], |
77 | 77 | /// which used to be the same type. |
78 | 78 | /// |