Fixed an unused import error
This commit is contained in:
parent
ca41e16e92
commit
bfdcbae9db
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
use lib::*;
|
use lib::*;
|
||||||
|
|
||||||
use de::{Deserialize, DeserializeSeed, Deserializer, Error, IntoDeserializer, Visitor, MapAccess};
|
use de::{Deserialize, DeserializeSeed, Deserializer, Error, IntoDeserializer, Visitor};
|
||||||
|
|
||||||
#[cfg(any(feature = "std", feature = "alloc"))]
|
#[cfg(any(feature = "std", feature = "alloc"))]
|
||||||
use de::Unexpected;
|
use de::{Unexpected, MapAccess};
|
||||||
|
|
||||||
#[cfg(any(feature = "std", feature = "alloc"))]
|
#[cfg(any(feature = "std", feature = "alloc"))]
|
||||||
pub use self::content::{Content, ContentDeserializer, ContentRefDeserializer,
|
pub use self::content::{Content, ContentDeserializer, ContentRefDeserializer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user