about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDenis Vasilik <contact@denisvasilik.com>2020-08-12 08:28:55 +0200
committerGitHub <noreply@github.com>2020-08-12 08:28:55 +0200
commit4c5896fbeb1a60d1e100c28fbe6cfe81ee2311fa (patch)
treeb91b898aee60cac0a5eeea9c0abb62ab4b148f6f
parentc4923419c2570e2013e7b946f1a47001f8f9289a (diff)
downloadrust-4c5896fbeb1a60d1e100c28fbe6cfe81ee2311fa.tar.gz
rust-4c5896fbeb1a60d1e100c28fbe6cfe81ee2311fa.zip
Remove intra-doc link as it resolves without reference link
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
-rw-r--r--library/core/src/hint.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/hint.rs b/library/core/src/hint.rs
index 6a14caebed0..461b4c79a1d 100644
--- a/library/core/src/hint.rs
+++ b/library/core/src/hint.rs
@@ -24,7 +24,6 @@ use crate::intrinsics;
 /// Otherwise, consider using the [`unreachable!`] macro, which does not allow
 /// optimizations but will panic when executed.
 ///
-/// [`unreachable!`]: unreachable
 ///
 /// # Example
 ///