Skip to content

Commit ae2a68b

Browse files
committedApr 11, 2019
Fix broken links on std::boxed doc page
1 parent 3750348 commit ae2a68b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/liballoc/boxed.rs

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
//!
6464
//! [dereferencing]: ../../std/ops/trait.Deref.html
6565
//! [`Box`]: struct.Box.html
66+
//! [`Global`]: ../alloc/struct.Global.html
67+
//! [`Layout`]: ../alloc/struct.Layout.html
6668
6769
#![stable(feature = "rust1", since = "1.0.0")]
6870

0 commit comments

Comments
 (0)
Please sign in to comment.