Skip to content

Commit 62a7bfd

Browse files
author
Unreachable
committed
Remove parens
1 parent 84096e0 commit 62a7bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/hint.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ use intrinsics;
2121
/// difficult-to-debug problems.
2222
///
2323
/// Use this function only when you can prove that the code will never call it.
24-
/// Otherwise, consider using the [`unreachable!()`] macro, which does not allow
24+
/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
2525
/// optimizations but will panic when executed.
2626
///
27-
/// [`unreachable!()`]: ../macro.unreachable.html
27+
/// [`unreachable!`]: ../macro.unreachable.html
2828
///
2929
/// # Example
3030
///

0 commit comments

Comments
 (0)