diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-12 12:17:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-12 12:17:55 +0200 |
| commit | 484e703a0be761ef525c84463abbf8904620d377 (patch) | |
| tree | 40638c2358afed27ebbcdfd884e32b7a145e86ac /src/liballoc | |
| parent | ba10b13e807b4a9b6f01635d23b1eebd184c9704 (diff) | |
| parent | ae2a68bcf575261060eb41e5001d58067f16ae75 (diff) | |
| download | rust-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.rs | 2 |
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")] |
