We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84096e0 commit 62a7bfdCopy full SHA for 62a7bfd
src/libcore/hint.rs
@@ -21,10 +21,10 @@ use intrinsics;
21
/// difficult-to-debug problems.
22
///
23
/// 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
+/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
25
/// optimizations but will panic when executed.
26
27
-/// [`unreachable!()`]: ../macro.unreachable.html
+/// [`unreachable!`]: ../macro.unreachable.html
28
29
/// # Example
30
0 commit comments