We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941ca6f commit 27c7537Copy full SHA for 27c7537
src/libcore/macros.rs
@@ -448,7 +448,7 @@ macro_rules! writeln {
448
/// program immediately terminates with a [`panic!`].
449
///
450
/// The unsafe counterpart of this macro is the [`unreachable_unchecked`] function, which
451
-/// instead of a [`panic!`] will cause undefined behavior if the code is reached.
+/// will cause undefined behavior if the code is reached.
452
453
/// [`panic!`]: ../std/macro.panic.html
454
/// [`unreachable_unchecked`]: ../std/hint/fn.unreachable_unchecked.html
0 commit comments