about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-12 12:17:55 +0200
committerGitHub <noreply@github.com>2019-04-12 12:17:55 +0200
commit484e703a0be761ef525c84463abbf8904620d377 (patch)
tree40638c2358afed27ebbcdfd884e32b7a145e86ac /src/liballoc
parentba10b13e807b4a9b6f01635d23b1eebd184c9704 (diff)
parentae2a68bcf575261060eb41e5001d58067f16ae75 (diff)
downloadrust-484e703a0be761ef525c84463abbf8904620d377.tar.gz
rust-484e703a0be761ef525c84463abbf8904620d377.zip
Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus
Fix broken links on std::boxed doc page

r? @QuietMisdreavus
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/boxed.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs
index cb33b4d4784..6a6a9146e24 100644
--- a/src/liballoc/boxed.rs
+++ b/src/liballoc/boxed.rs
@@ -63,6 +63,8 @@
 //!
 //! [dereferencing]: ../../std/ops/trait.Deref.html
 //! [`Box`]: struct.Box.html
+//! [`Global`]: ../alloc/struct.Global.html
+//! [`Layout`]: ../alloc/struct.Layout.html
 
 #![stable(feature = "rust1", since = "1.0.0")]