Fix clippy lints

This commit is contained in:
Paul Hauner
2021-09-25 11:26:54 +10:00
parent 9c8bf4965e
commit 95ef497e7b
5 changed files with 38 additions and 15 deletions

View File

@@ -21,3 +21,4 @@ warp = { git = "https://github.com/paulhauner/warp ", branch = "cors-wildcard" }
environment = { path = "../../lighthouse/environment" }
bytes = "1.1.0"
task_executor = { path = "../../common/task_executor" }
hex = "0.4.2"