Skip to content

Commit

Permalink
Remove mentions of int / uint from the isize / usize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed May 27, 2015
1 parent 1742a01 commit 875d356
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions src/libcore/num/isize.rs
Expand Up @@ -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")]
Expand Down
4 changes: 0 additions & 4 deletions src/libcore/num/usize.rs
Expand Up @@ -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")]
Expand Down
4 changes: 0 additions & 4 deletions src/libstd/num/isize.rs
Expand Up @@ -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")]
Expand Down
4 changes: 0 additions & 4 deletions src/libstd/num/usize.rs
Expand Up @@ -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")]
Expand Down

0 comments on commit 875d356

Please sign in to comment.