Skip to content

Commit 494628a

Browse files
Removed rustc-serialization as a dependency.
1 parent 54cfbeb commit 494628a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/integrations/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#[cfg(feature="iron-handlers")] pub mod iron_handlers;
2-
#[cfg(feature="rustc-serialize")] pub mod rustc_serialize;
3-
#[cfg(feature="serde")] pub mod serde;
2+
pub mod serde;

0 commit comments

Comments
 (0)