We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cfbeb commit 494628aCopy full SHA for 494628a
src/integrations/mod.rs
@@ -1,3 +1,2 @@
1
#[cfg(feature="iron-handlers")] pub mod iron_handlers;
2
-#[cfg(feature="rustc-serialize")] pub mod rustc_serialize;
3
-#[cfg(feature="serde")] pub mod serde;
+pub mod serde;
0 commit comments