Use [lints] in Cargo.toml and apply more lints

This commit is contained in:
Taiki Endo
2023-10-31 03:08:57 +09:00
parent 88c52281ad
commit 3ba41e50ff
5 changed files with 121 additions and 50 deletions

View File

@@ -15,3 +15,6 @@ sha2 = "0.10"
tar = "0.4"
toml_edit = { version = "0.20", features = ["serde"] }
ureq = { version = "2", features = ["json"] }
[lints]
workspace = true