Minor doc fixes in various places

This commit is contained in:
Piotr Jawniak
2014-05-19 15:39:16 +02:00
parent 5d2edddc30
commit cea63ecfb1
5 changed files with 32 additions and 25 deletions

View File

@@ -11,7 +11,7 @@
//! Numeric traits and functions for generic mathematics
//!
//! These are implemented for the primitive numeric types in `std::{u8, u16,
//! u32, u64, uint, i8, i16, i32, i64, int, f32, f64, float}`.
//! u32, u64, uint, i8, i16, i32, i64, int, f32, f64}`.
#![allow(missing_doc)]