Skip to content

Commit 0849705

Browse files
authored
Merge pull request #394 from 00xc/clippy
clippy: remove unused-qualifications lint
2 parents 8017f99 + 0e8d2a5 commit 0849705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ missing_copy_implementations = "deny"
5757
missing_debug_implementations = "deny"
5858
single_use_lifetimes = "warn"
5959
trivial-numeric-casts = "deny"
60-
unused-qualifications = "deny"
6160

6261
[workspace.lints.clippy]
6362
await_holding_lock = "warn"

0 commit comments

Comments
 (0)