Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus

Fix broken links on std::boxed doc page

r? @QuietMisdreavus
This commit is contained in:
Mazdak Farrokhzad
2019-04-12 12:17:55 +02:00
committed by GitHub
+2
View File
@@ -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")]