chore: enable clippy pedantic lints
This commit is contained in:
parent
9b0f298bdc
commit
7aae7f84d8
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@ path = "src/main.rs"
|
|||
anyhow = "1.0.98"
|
||||
url = "2.5.4"
|
||||
walkdir = "2.5.0"
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue