Remove mentions of int / uint from the isize / usize docs

This commit is contained in:
Jake Goulding 2015-05-27 19:16:00 -04:00
parent 1742a01f8d
commit 875d356245
4 changed files with 0 additions and 16 deletions

View File

@ -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")]

View File

@ -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")]

View File

@ -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")]

View File

@ -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")]