Fix intra-doc links in core
Caught by my malformed generics diagnostics!
This commit is contained in:
parent
4c765f66a4
commit
6df21a326e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue