diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-28 23:52:52 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-29 10:22:39 +0100 |
commit | e140c2b5c5bb5abab7fcc6a9d4540aaa3bf566a6 (patch) | |
tree | fb2302cd388eb3fb78277bb88a0c99a97a2a1773 /src/lib.rs | |
parent | fa8fb69da0b3a9d24bff09da3795e54d6b20a157 (diff) |
Use void for the unreachable serializers
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #[macro_use] extern crate serde; extern crate url; +extern crate void; pub mod de; pub mod ser; |