chore: declare lints in the manifest
This commit is contained in:
@@ -21,3 +21,10 @@ serde_json = "1.0.145"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.6.6", features = ["derive", "env"] }
|
clap = { version = "4.6.6", features = ["derive", "env"] }
|
||||||
clap_complete = "4.6.9"
|
clap_complete = "4.6.9"
|
||||||
|
|
||||||
|
[lints.rust]
|
||||||
|
unsafe_code = "forbid"
|
||||||
|
|
||||||
|
[lints.clippy]
|
||||||
|
dbg_macro = "warn"
|
||||||
|
todo = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user