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 /Cargo.toml | |
parent | fa8fb69da0b3a9d24bff09da3795e54d6b20a157 (diff) |
Use void for the unreachable serializers
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ test = false [dependencies] serde = "0.9.2" url = "1.0.0" +void = "1.0.2" |