]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/num/u64.rs
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / libcore / num / u64.rs
index f10822077dc7511e3e44d12596e6e2198e0e941d..e12c2c265420bcef49127a67cbbb10da64d7aa78 100644 (file)
@@ -8,9 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Operations and constants for unsigned 64-bits integer (`u64` type)
+//! The 64-bit unsigned integer type.
+//!
+//! *[See also the `u64` primitive type](../primitive.u64.html).*
 
 #![stable(feature = "rust1", since = "1.0.0")]
-#![doc(primitive = "u64")]
 
-uint_module! { u64, i64, 64 }
+uint_module! { u64, 64 }