From 6df21a326e85c6ebfd38d32a68255f7ddd4a0d11 Mon Sep 17 00:00:00 2001 From: Camelid Date: Sun, 27 Sep 2020 14:51:45 -0700 Subject: [PATCH] Fix intra-doc links in `core` Caught by my malformed generics diagnostics! --- library/core/src/option.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/core/src/option.rs b/library/core/src/option.rs index 0cfb4af59b9..9cb20a0afdc 100644 --- a/library/core/src/option.rs +++ b/library/core/src/option.rs @@ -141,6 +141,9 @@ //! ``` //! //! [`Box`]: ../../std/boxed/struct.Box.html +//! [`Box`]: ../../std/boxed/struct.Box.html +//! [`num::NonZero*`]: crate::num +//! [`ptr::NonNull`]: crate::ptr::NonNull #![stable(feature = "rust1", since = "1.0.0")]