Fix intra-doc links in core
Caught by my malformed generics diagnostics!
This commit is contained in:
parent
4c765f66a4
commit
6df21a326e
@ -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")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user