Skip to content

Commit

Permalink
Rollup merge of rust-lang#59814 - ollie27:dead_boxed_links, r=QuietMi…
Browse files Browse the repository at this point in the history
…sdreavus

Fix broken links on std::boxed doc page

r? @QuietMisdreavus
  • Loading branch information
Centril committed Apr 12, 2019
2 parents ba10b13 + ae2a68b commit 484e703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/liballoc/boxed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit 484e703

Please sign in to comment.