1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

address clippy lints

This commit is contained in:
Rob Ede
2022-12-30 16:30:16 +00:00
parent 66c7e1e9b5
commit b91e424ab4
5 changed files with 14 additions and 12 deletions

1
Cargo.lock generated
View File

@ -4644,6 +4644,7 @@ version = "1.0.0"
dependencies = [
"actix-web",
"env_logger",
"log",
"serde",
"serde_json",
]