]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/ptr.rs
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
[rust.git] / src / libcore / ptr.rs
index 36b33e7581dd98fb5a3d12a3c0f6380b56e70999..a622ef78a21a4d6235a9ee5ec25774b2e50d9528 100644 (file)
@@ -89,6 +89,7 @@
 //! of unsafe pointers in Rust.
 
 #![stable(feature = "rust1", since = "1.0.0")]
+#![doc(primitive = "pointer")]
 
 use mem;
 use clone::Clone;