No longer need ser::Error import

This commit is contained in:
David Tolnay 2017-02-08 08:17:43 -08:00
parent 45a36f1219
commit 3f25cd9a7e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -63,7 +63,7 @@ use super::{
SerializeTuple,
Serializer,
};
#[cfg(any(feature = "std", feature = "unstable"))]
#[cfg(feature = "std")]
use super::Error;
///////////////////////////////////////////////////////////////////////////////