File tree 4 files changed +0
-16
lines changed
4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
//! 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.
16
12
17
13
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
18
14
#![ doc( primitive = "isize" ) ]
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
//! 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.
16
12
17
13
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
18
14
#![ doc( primitive = "usize" ) ]
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
//! 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.
16
12
17
13
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
18
14
#![ doc( primitive = "isize" ) ]
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
//! 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.
16
12
17
13
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
18
14
#![ doc( primitive = "usize" ) ]
You can’t perform that action at this time.
0 commit comments