We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750348 commit ae2a68bCopy full SHA for ae2a68b
src/liballoc/boxed.rs
@@ -63,6 +63,8 @@
63
//!
64
//! [dereferencing]: ../../std/ops/trait.Deref.html
65
//! [`Box`]: struct.Box.html
66
+//! [`Global`]: ../alloc/struct.Global.html
67
+//! [`Layout`]: ../alloc/struct.Layout.html
68
69
#![stable(feature = "rust1", since = "1.0.0")]
70
0 commit comments