Skip to content

Commit 875d356

Browse files
committed
Remove mentions of int / uint from the isize / usize docs
1 parent 1742a01 commit 875d356

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

src/libcore/num/isize.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// except according to those terms.
1010

1111
//! Operations and constants for pointer-sized signed integers (`isize` type)
12-
//!
13-
//! This type was recently added to replace `int`. The rollout of the
14-
//! new type will gradually take place over the alpha cycle along with
15-
//! the development of clearer conventions around integer types.
1612
1713
#![stable(feature = "rust1", since = "1.0.0")]
1814
#![doc(primitive = "isize")]

src/libcore/num/usize.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// except according to those terms.
1010

1111
//! Operations and constants for pointer-sized unsigned integers (`usize` type)
12-
//!
13-
//! This type was recently added to replace `uint`. The rollout of the
14-
//! new type will gradually take place over the alpha cycle along with
15-
//! the development of clearer conventions around integer types.
1612
1713
#![stable(feature = "rust1", since = "1.0.0")]
1814
#![doc(primitive = "usize")]

src/libstd/num/isize.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// except according to those terms.
1010

1111
//! Operations and constants for pointer-sized signed integers (`isize` type)
12-
//!
13-
//! This type was recently added to replace `int`. The rollout of the
14-
//! new type will gradually take place over the alpha cycle along with
15-
//! the development of clearer conventions around integer types.
1612
1713
#![stable(feature = "rust1", since = "1.0.0")]
1814
#![doc(primitive = "isize")]

src/libstd/num/usize.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// except according to those terms.
1010

1111
//! Operations and constants for pointer-sized unsigned integers (`usize` type)
12-
//!
13-
//! This type was recently added to replace `uint`. The rollout of the
14-
//! new type will gradually take place over the alpha cycle along with
15-
//! the development of clearer conventions around integer types.
1612
1713
#![stable(feature = "rust1", since = "1.0.0")]
1814
#![doc(primitive = "usize")]

0 commit comments

Comments
 (0)