Skip to content

Commit 27c7537

Browse files
committed
Remove phrase "instead of a panic!"
1 parent 941ca6f commit 27c7537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ macro_rules! writeln {
448448
/// program immediately terminates with a [`panic!`].
449449
///
450450
/// 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.
451+
/// will cause undefined behavior if the code is reached.
452452
///
453453
/// [`panic!`]: ../std/macro.panic.html
454454
/// [`unreachable_unchecked`]: ../std/hint/fn.unreachable_unchecked.html

0 commit comments

Comments
 (0)