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:
commit
5bfbc30fba
45 changed files with 218 additions and 242 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue