mirror of
https://github.com/serde-rs/json.git
synced 2025-10-03 07:46:05 +00:00
Remove unused imports in de.rs
This commit is contained in:
parent
59ad600baa
commit
e5f9ca89c6
@ -2,7 +2,7 @@
|
|||||||
//!
|
//!
|
||||||
//! This module provides for JSON deserialization with the type `Deserializer`.
|
//! 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::io;
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user