]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/num/usize.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / num / usize.rs
index 875ab32fa8c572efdd9d5339128b55d27926b320..0c7d16a41bc7e8968b6501b6c57378097ee939e0 100644 (file)
@@ -10,7 +10,7 @@
 
 //! The pointer-sized unsigned integer type.
 //!
-//! *[See also the `usize` primitive type](../primitive.usize.html).*
+//! *[See also the `usize` primitive type](../../std/primitive.usize.html).*
 
 #![stable(feature = "rust1", since = "1.0.0")]