Skip to content

Commit 910289c

Browse files
committed
Rollup merge of rust-lang#55863 - dwijnand:patch-1, r=bluss
Fix a typo in std::panic
2 parents 828dd17 + 20ef40a commit 910289c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
/// The entry point for panic of Rust threads.
1818
///
19-
/// This allows a program to to terminate immediately and provide feedback
19+
/// This allows a program to terminate immediately and provide feedback
2020
/// to the caller of the program. `panic!` should be used when a program reaches
2121
/// an unrecoverable problem.
2222
///

0 commit comments

Comments
 (0)