Skip to content

Commit

Permalink
Fix lint groups (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm authored Aug 5, 2024
1 parent 110224c commit 87e7932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ license-file = "LICENSE"
rust_2018_idioms = "warn"
future_incompatible = "warn"
nonstandard_style = "warn"
elided_lifetimes_in_paths = "allow"
elided_lifetimes_in_paths = { level = "allow", priority = 1 }

[workspace.lints.clippy]
all = "warn"
all = { level = "warn", priority = -1 }
dbg_macro = "warn"
todo = "warn"
empty_enum = "warn"
Expand Down

0 comments on commit 87e7932

Please sign in to comment.