]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/num/usize.rs
Imported Upstream version 1.3.0+dfsg1
[rustc.git] / src / libstd / num / usize.rs
index b54d8ae96c5cf468f8508e80e118ffcb9d8bf60e..6960ba3b8296bb2defcad4167cb755c5a4da2550 100644 (file)
@@ -8,10 +8,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Operations and constants for pointer-sized unsigned integers (`usize` type)
+//! The pointer-sized unsigned integer type.
+//!
+//! *[See also the `usize` primitive type](../primitive.usize.html).*
 
 #![stable(feature = "rust1", since = "1.0.0")]
-#![doc(primitive = "usize")]
 
 pub use core::usize::{BITS, BYTES, MIN, MAX};