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 @@ /// Otherwise, consider using the [`unreachable!`] macro, which does not allow /// optimizations but will panic when executed. /// -/// [`unreachable!`]: unreachable /// /// # Example ///