Skip to content

Commit

Permalink
Fix broken links on std::boxed doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie27 committed Apr 11, 2019
1 parent 3750348 commit ae2a68b
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 ae2a68b

Please sign in to comment.