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
commit 484e703a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")]