Skip to content

Commit

Permalink
Lower priority for lint group
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jul 25, 2024
1 parent cdf2654 commit 0da1615
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 @@ -47,7 +47,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 0da1615

Please sign in to comment.