From ae2a68bcf575261060eb41e5001d58067f16ae75 Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Tue, 9 Apr 2019 15:41:46 +0100 Subject: [PATCH] Fix broken links on std::boxed doc page --- src/liballoc/boxed.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index cb33b4d47842e..6a6a9146e2432 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")]