Removed rustc-serialization as a dependency.
This commit is contained in:
parent
54cfbeb010
commit
494628a7c7
1 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
|||
#[cfg(feature="iron-handlers")] pub mod iron_handlers;
|
||||
#[cfg(feature="rustc-serialize")] pub mod rustc_serialize;
|
||||
#[cfg(feature="serde")] pub mod serde;
|
||||
pub mod serde;
|
||||
|
|
Loading…
Reference in a new issue