mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 21:21:02 +00:00
1.5 is unhappy that this private module is undocumented
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
// Extracted from https://github.com/rust-num/num.
|
// 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::{usize, u8, u16, u32, u64};
|
||||||
use std::{isize, i8, i16, i32, i64};
|
use std::{isize, i8, i16, i32, i64};
|
||||||
use std::{f32, f64};
|
use std::{f32, f64};
|
||||||
|
|||||||
Reference in New Issue
Block a user