aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJohn-John Tedro <udoprog@tedro.se>2018-05-07 04:56:25 +0200
committerJohn-John Tedro <udoprog@tedro.se>2018-05-07 04:57:16 +0200
commit579cf491e6cca04b5e4cfe63f3132eed1f2a4e93 (patch)
treece0ac3d1dd8e9024d592382657dc6417e768516a /src/lib.rs
parent6c067202e061910d5018c4f96e9a7595c4291a08 (diff)
downloadmilf-rs-579cf491e6cca04b5e4cfe63f3132eed1f2a4e93.tar.gz
milf-rs-579cf491e6cca04b5e4cfe63f3132eed1f2a4e93.zip
Use BorrowedStrDeserializer instead of generated key deserializers
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f42512f..b90612c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -153,8 +153,6 @@
#[macro_use]
extern crate serde;
-#[macro_use]
-extern crate serde_derive;
pub mod value;
#[doc(no_inline)]