]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/hint.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / library / core / src / hint.rs
index 6a14caebed0178e81f4acc75be57511f01afcd45..461b4c79a1d1c12b8faf03978f2619d19b91f50b 100644 (file)
@@ -24,7 +24,6 @@
 /// Otherwise, consider using the [`unreachable!`] macro, which does not allow
 /// optimizations but will panic when executed.
 ///
-/// [`unreachable!`]: unreachable
 ///
 /// # Example
 ///