Skip to content

Commit e5f9ca8

Browse files
committed
Remove unused imports in de.rs
1 parent 59ad600 commit e5f9ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/de.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This module provides for JSON deserialization with the type `Deserializer`.
44
5-
use std::{f64, i32, i64, u64};
5+
use std::{i32, u64};
66
use std::io;
77
use std::marker::PhantomData;
88

0 commit comments

Comments
 (0)