Fix intra-doc links in core

Caught by my malformed generics diagnostics!
This commit is contained in:
Camelid 2020-09-27 14:51:45 -07:00
parent 4c765f66a4
commit 6df21a326e

View File

@ -141,6 +141,9 @@
//! ```
//!
//! [`Box<T>`]: ../../std/boxed/struct.Box.html
//! [`Box<U>`]: ../../std/boxed/struct.Box.html
//! [`num::NonZero*`]: crate::num
//! [`ptr::NonNull<U>`]: crate::ptr::NonNull
#![stable(feature = "rust1", since = "1.0.0")]