Remove unused imports in de.rs

This commit is contained in:
David Tolnay 2016-10-03 21:47:20 -07:00
parent 59ad600baa
commit e5f9ca89c6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -2,7 +2,7 @@
//!
//! This module provides for JSON deserialization with the type `Deserializer`.
use std::{f64, i32, i64, u64};
use std::{i32, u64};
use std::io;
use std::marker::PhantomData;