Remove phrase "instead of a panic!"
This commit is contained in:
parent
941ca6f3e2
commit
27c75372f1
@ -448,7 +448,7 @@ macro_rules! writeln {
|
||||
/// program immediately terminates with a [`panic!`].
|
||||
///
|
||||
/// The unsafe counterpart of this macro is the [`unreachable_unchecked`] function, which
|
||||
/// instead of a [`panic!`] will cause undefined behavior if the code is reached.
|
||||
/// will cause undefined behavior if the code is reached.
|
||||
///
|
||||
/// [`panic!`]: ../std/macro.panic.html
|
||||
/// [`unreachable_unchecked`]: ../std/hint/fn.unreachable_unchecked.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user