Skip to content

Commit 484e703

Browse files
authored
Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus
Fix broken links on std::boxed doc page r? @QuietMisdreavus
2 parents ba10b13 + ae2a68b commit 484e703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/liballoc/boxed.rs

Lines changed: 2 additions & 0 deletions
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)