Skip to content

Commit

Permalink
Merge pull request #29 from mullvad/fix-lint-priority-clash
Browse files Browse the repository at this point in the history
Fix `clippy` lint `lint_groups_priority`
  • Loading branch information
pylls authored Aug 30, 2024
2 parents b06094e + 8441006 commit fd53e05
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 @@ -25,7 +25,7 @@ members = [
non_ascii_idents = "forbid"

# Deny old style Rust
rust_2018_idioms = "deny"
rust_2018_idioms = { level = "deny", priority = -1 }
macro_use_extern_crate = "deny"
absolute_paths_not_starting_with_crate = "deny"

Expand Down

0 comments on commit fd53e05

Please sign in to comment.