clippy lints

This commit is contained in:
Robin Appelman 2021-08-18 17:07:54 +02:00
commit 744e0ade89
2 changed files with 14 additions and 11 deletions

View file

@ -13,7 +13,7 @@ documentation = "https://docs.rs/warp-real-ip"
[dependencies]
warp = { version = "0.3" }
rfc7239 = "0.1"
ipnetwork = "~0.18"
ipnetwork = "0.18"
[dev-dependencies]
tokio = { version = "1.0", features = ["macros"] }