From 4c5896fbeb1a60d1e100c28fbe6cfe81ee2311fa Mon Sep 17 00:00:00 2001 From: Denis Vasilik Date: Wed, 12 Aug 2020 08:28:55 +0200 Subject: [PATCH] Remove intra-doc link as it resolves without reference link Co-authored-by: Joshua Nelson --- library/core/src/hint.rs | 1 - 1 file changed, 1 deletion(-) 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 ///