File tree Expand file tree Collapse file tree 14 files changed +30
-30
lines changed Expand file tree Collapse file tree 14 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -415,9 +415,9 @@ pub mod __rand {
415
415
pub use rand:: { thread_rng, ThreadRng , Rng } ;
416
416
}
417
417
418
- // Include a private number of modules that exist soley to provide the
419
- // rustdoc documentation for primitive types. Using `include!` because
420
- // rustdoc only looks for these modules at the crate level.
418
+ // Include a number of private modules that exist solely to provide
419
+ // the rustdoc documentation for primitive types. Using `include!`
420
+ // because rustdoc only looks for these modules at the crate level.
421
421
include ! ( "primitive_docs.rs" ) ;
422
422
423
423
// A curious inner-module that's not exported that contains the binding
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 32-bit floating point type
11
+ //! The 32-bit floating point type.
12
12
//!
13
13
//! *[See also the `f32` primitive type](../primitive.f32.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 32 -bit floating point type
11
+ //! The 64 -bit floating point type.
12
12
//!
13
13
//! *[See also the `f64` primitive type](../primitive.f64.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 16-bit signed integer type
11
+ //! The 16-bit signed integer type.
12
12
//!
13
13
//! *[See also the `i16` primitive type](../primitive.i16.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 32-bit signed integer type
11
+ //! The 32-bit signed integer type.
12
12
//!
13
13
//! *[See also the `i32` primitive type](../primitive.i32.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 64-bit signed integer type
11
+ //! The 64-bit signed integer type.
12
12
//!
13
13
//! *[See also the `i64` primitive type](../primitive.i64.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 8-bit signed integer type
11
+ //! The 8-bit signed integer type.
12
12
//!
13
13
//! *[See also the `i8` primitive type](../primitive.i8.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The pointer-sized signed integer type
11
+ //! The pointer-sized signed integer type.
12
12
//!
13
13
//! *[See also the `isize` primitive type](../primitive.isize.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 16-bit unsigned integer type
11
+ //! The 16-bit unsigned integer type.
12
12
//!
13
13
//! *[See also the `u16` primitive type](../primitive.u16.html).*
14
14
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! The 32-bit unsigned integer type
11
+ //! The 32-bit unsigned integer type.
12
12
//!
13
13
//! *[See also the `u32` primitive type](../primitive.u32.html).*
14
14
You can’t perform that action at this time.
0 commit comments