1.5 is unhappy that this private module is undocumented

This commit is contained in:
Erick Tryzelaar 2016-04-12 09:24:32 -07:00
parent dbba537b66
commit 84b289dd7b

View File

@ -10,6 +10,9 @@
// Extracted from https://github.com/rust-num/num.
// Rust 1.5 is unhappy that this private module is undocumented.
#![allow(missing_docs)]
use std::{usize, u8, u16, u32, u64};
use std::{isize, i8, i16, i32, i64};
use std::{f32, f64};