1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7715 from nyurik/unused_qualifications

Enable and fix `unused_qualifications` lint
This commit is contained in:
Sylvestre Ledru 2025-04-10 18:11:08 -04:00 committed by GitHub
commit 5bfbc30fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 218 additions and 242 deletions

View file

@ -594,7 +594,7 @@ pedantic = { level = "deny", priority = -1 }
# Eventually the clippy settings from the `[lints]` section should be moved here.
# In order to use these, all crates have `[lints] workspace = true` section.
[workspace.lints.rust]
# unused_qualifications = "warn"
unused_qualifications = "warn"
[workspace.lints.clippy]
all = { level = "deny", priority = -1 }