Skip to content

Commit 6df21a3

Browse files
committed
Fix intra-doc links in core
Caught by my malformed generics diagnostics!
1 parent 4c765f6 commit 6df21a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/core/src/option.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@
141141
//! ```
142142
//!
143143
//! [`Box<T>`]: ../../std/boxed/struct.Box.html
144+
//! [`Box<U>`]: ../../std/boxed/struct.Box.html
145+
//! [`num::NonZero*`]: crate::num
146+
//! [`ptr::NonNull<U>`]: crate::ptr::NonNull
144147
145148
#![stable(feature = "rust1", since = "1.0.0")]
146149

0 commit comments

Comments
 (0)