Fix misc clippy warnings

Why does it want me to use bytecount? It's not even faster
This commit is contained in:
2020-12-16 20:05:08 +01:00
parent bd8d525d13
commit 308fbc503f
4 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ authors = ["Bert Peters <bert@bertptrs.nl>"]
edition = "2018"
[dependencies]
bytecount = "0.6"
clap = "3.0.0-beta.2"
itertools = "0.9"
num-integer = "0.1"