File tree 12 files changed +12
-36
lines changed
library/core/src/num/shells
12 files changed +12
-36
lines changed Original file line number Diff line number Diff line change 1
- //! Constants for the 128-bit signed integer type.
2
- //!
3
- //! *[See also the `i128` primitive type][i128].*
1
+ //! Redundant constants module for the [`i128` primitive type][i128].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 16-bit signed integer type.
2
- //!
3
- //! *[See also the `i16` primitive type][i16].*
1
+ //! Redundant constants module for the [`i16` primitive type][i16].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 32-bit signed integer type.
2
- //!
3
- //! *[See also the `i32` primitive type][i32].*
1
+ //! Redundant constants module for the [`i32` primitive type][i32].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 64-bit signed integer type.
2
- //!
3
- //! *[See also the `i64` primitive type][i64].*
1
+ //! Redundant constants module for the [`i64` primitive type][i64].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 8-bit signed integer type.
2
- //!
3
- //! *[See also the `i8` primitive type][i8].*
1
+ //! Redundant constants module for the [`i8` primitive type][i8].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the pointer-sized signed integer type.
2
- //!
3
- //! *[See also the `isize` primitive type][isize].*
1
+ //! Redundant constants module for the [`isize` primitive type][isize].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 128-bit unsigned integer type.
2
- //!
3
- //! *[See also the `u128` primitive type][u128].*
1
+ //! Redundant constants module for the [`u128` primitive type][u128].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 16-bit unsigned integer type.
2
- //!
3
- //! *[See also the `u16` primitive type][u16].*
1
+ //! Redundant constants module for the [`i16` primitive type][i16].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 32-bit unsigned integer type.
2
- //!
3
- //! *[See also the `u32` primitive type][u32].*
1
+ //! Redundant constants module for the [`u32` primitive type][u32].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 64-bit unsigned integer type.
2
- //!
3
- //! *[See also the `u64` primitive type][u64].*
1
+ //! Redundant constants module for the [`u64` primitive type][u64].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the 8-bit unsigned integer type.
2
- //!
3
- //! *[See also the `u8` primitive type][u8].*
1
+ //! Redundant constants module for the [`u8` primitive type][u8].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
Original file line number Diff line number Diff line change 1
- //! Constants for the pointer-sized unsigned integer type.
2
- //!
3
- //! *[See also the `usize` primitive type][usize].*
1
+ //! Redundant constants module for the [`usize` primitive type][usize].
4
2
//!
5
3
//! New code should use the associated constants directly on the primitive type.
6
4
You can’t perform that action at this time.
0 commit comments