diff options
Diffstat (limited to 'src/libstd/num/mod.rs')
| -rw-r--r-- | src/libstd/num/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/num/mod.rs b/src/libstd/num/mod.rs index faaff494cab..dd0d874ee4b 100644 --- a/src/libstd/num/mod.rs +++ b/src/libstd/num/mod.rs @@ -8,10 +8,10 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Numeric traits and functions for generic mathematics +//! Additional functionality for numerics. //! -//! These are implemented for the primitive numeric types in `std::{u8, u16, -//! u32, u64, usize, i8, i16, i32, i64, isize, f32, f64}`. +//! This module provides some extra types that are useful when doing numerical +//! work. See the individual documentation for each piece for more information. #![stable(feature = "rust1", since = "1.0.0")] #![allow(missing_docs)] |
