diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2019-04-09 15:41:46 +0100 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2019-04-11 15:27:35 +0100 |
| commit | ae2a68bcf575261060eb41e5001d58067f16ae75 (patch) | |
| tree | 1c3f5cf03d037085d5b3c810061fdd8e42dbf495 /src/liballoc | |
| parent | 3750348daff89741e3153e0e120aa70a45ff5b68 (diff) | |
| download | rust-ae2a68bcf575261060eb41e5001d58067f16ae75.tar.gz rust-ae2a68bcf575261060eb41e5001d58067f16ae75.zip | |
Fix broken links on std::boxed doc page
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")] |
