Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 1, 2024
1 parent b526af9 commit f5c7379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unnameable-types = "warn"
all = "warn"

[workspace.lints.clippy]
all = "warn"
all = { level = "warn", priority = -1 }
missing-const-for-fn = "warn"
use-self = "warn"
option-if-let-else = "warn"
Expand Down

0 comments on commit f5c7379

Please sign in to comment.