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

Enable and fix unused_qualifications lint

Improve code readability
This commit is contained in:
Yuri Astrakhan 2025-04-09 12:50:22 -04:00
parent 4559e974ff
commit 9f56bf5f07
44 changed files with 214 additions and 237 deletions

View file

@ -589,7 +589,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 }