diff options
| author | bors <bors@rust-lang.org> | 2015-05-28 09:20:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-28 09:20:49 +0000 |
| commit | 4f66d881a54d1f94d0684174b9c5cc32fe8e69ce (patch) | |
| tree | 7928c4318efcf1c0f22088ba0a7540996bfbce3d /src/libstd | |
| parent | 448ce12bc1c20e19fb5c798f1583d8e69969b5f1 (diff) | |
| parent | a959cc435f4f5821d26ae36716d6a46e2af550af (diff) | |
| download | rust-4f66d881a54d1f94d0684174b9c5cc32fe8e69ce.tar.gz rust-4f66d881a54d1f94d0684174b9c5cc32fe8e69ce.zip | |
Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/num/isize.rs | 4 | ||||
| -rw-r--r-- | src/libstd/num/usize.rs | 4 |
2 files changed, 0 insertions, 8 deletions
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")] |
