File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 12
12
//! up to a certain length. Eventually we should able to generalize
13
13
//! to all lengths.
14
14
//!
15
- //! *[See also the array primitive type](../primitive.array.html).*
15
+ //! *[See also the array primitive type](../../std/ primitive.array.html).*
16
16
17
17
#.*
13
+ //! *[See also the `i16` primitive type](../../std/ primitive.i16.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 32-bit signed integer type.
12
12
//!
13
- //! *[See also the `i32` primitive type](../primitive.i32.html).*
13
+ //! *[See also the `i32` primitive type](../../std/ primitive.i32.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 64-bit signed integer type.
12
12
//!
13
- //! *[See also the `i64` primitive type](../primitive.i64.html).*
13
+ //! *[See also the `i64` primitive type](../../std/ primitive.i64.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 8-bit signed integer type.
12
12
//!
13
- //! *[See also the `i8` primitive type](../primitive.i8.html).*
13
+ //! *[See also the `i8` primitive type](../../std/ primitive.i8.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The pointer-sized signed integer type.
12
12
//!
13
- //! *[See also the `isize` primitive type](../primitive.isize.html).*
13
+ //! *[See also the `isize` primitive type](../../std/ primitive.isize.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 16-bit unsigned integer type.
12
12
//!
13
- //! *[See also the `u16` primitive type](../primitive.u16.html).*
13
+ //! *[See also the `u16` primitive type](../../std/ primitive.u16.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 32-bit unsigned integer type.
12
12
//!
13
- //! *[See also the `u32` primitive type](../primitive.u32.html).*
13
+ //! *[See also the `u32` primitive type](../../std/ primitive.u32.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 64-bit unsigned integer type.
12
12
//!
13
- //! *[See also the `u64` primitive type](../primitive.u64.html).*
13
+ //! *[See also the `u64` primitive type](../../std/ primitive.u64.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
Original file line number Diff line number Diff line change 10
10
11
11
//! The 8-bit unsigned integer type.
12
12
//!
13
- //! *[See also the `u8` primitive type](../primitive.u8.html).*
13
+ //! *[See also the `u8` primitive type](../../std/ primitive.u8.html).*
14
14
15
15
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
16
16
You can’t perform that action at this time.
0 commit comments