Skip to content

Commit e7417f9

Browse files
committed
Fix intra-doc links in core
Caught by my malformed generics diagnostics!
1 parent 7a16754 commit e7417f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)