mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-11 19:46:49 +00:00
Rollup merge of #55863 - dwijnand:patch-1, r=bluss
Fix a typo in std::panic
This commit is contained in:
commit
910289c9da
@ -16,7 +16,7 @@
|
||||
|
||||
/// The entry point for panic of Rust threads.
|
||||
///
|
||||
/// This allows a program to to terminate immediately and provide feedback
|
||||
/// This allows a program to terminate immediately and provide feedback
|
||||
/// to the caller of the program. `panic!` should be used when a program reaches
|
||||
/// an unrecoverable problem.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user