chore: Avoid using the external library Itertools

This commit is contained in:
Clément Renault
2018-11-30 14:32:29 +01:00
parent 2719f1ad3b
commit 5829d08bc0
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,6 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
bincode = "1.0"
byteorder = "1.2"
fnv = "1.0"
itertools = "0.7"
lazy_static = "1.1"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
sdset = "0.3"