From 875d3562452930657ab59766568c02bcfab851bd Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Wed, 27 May 2015 19:16:00 -0400 Subject: Remove mentions of int / uint from the isize / usize docs --- src/libstd/num/isize.rs | 4 ---- src/libstd/num/usize.rs | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/libstd/num') diff --git a/src/libstd/num/isize.rs b/src/libstd/num/isize.rs index 7fb2cd81aba..aa89f858f6f 100644 --- a/src/libstd/num/isize.rs +++ b/src/libstd/num/isize.rs @@ -9,10 +9,6 @@ // except according to those terms. //! Operations and constants for pointer-sized signed integers (`isize` type) -//! -//! This type was recently added to replace `int`. The rollout of the -//! new type will gradually take place over the alpha cycle along with -//! the development of clearer conventions around integer types. #![stable(feature = "rust1", since = "1.0.0")] #![doc(primitive = "isize")] diff --git a/src/libstd/num/usize.rs b/src/libstd/num/usize.rs index 19964c306a7..b54d8ae96c5 100644 --- a/src/libstd/num/usize.rs +++ b/src/libstd/num/usize.rs @@ -9,10 +9,6 @@ // except according to those terms. //! Operations and constants for pointer-sized unsigned integers (`usize` type) -//! -//! This type was recently added to replace `uint`. The rollout of the -//! new type will gradually take place over the alpha cycle along with -//! the development of clearer conventions around integer types. #![stable(feature = "rust1", since = "1.0.0")] #![doc(primitive = "usize")] -- cgit 1.4.1-3-g733a5