Remove parens
This commit is contained in:
parent
84096e0530
commit
62a7bfd1ba
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ use intrinsics;
|
|||
/// difficult-to-debug problems.
|
||||
///
|
||||
/// Use this function only when you can prove that the code will never call it.
|
||||
/// Otherwise, consider using the [`unreachable!()`] macro, which does not allow
|
||||
/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
|
||||
/// optimizations but will panic when executed.
|
||||
///
|
||||
/// [`unreachable!()`]: ../macro.unreachable.html
|
||||
/// [`unreachable!`]: ../macro.unreachable.html
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue