Skip to content

Commit

Permalink
Update warning priority
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 30, 2024
1 parent 3f430b5 commit 87c5302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ unused_crate_dependencies = "warn"

[workspace.lints.clippy]
panic_in_result_fn = "warn"
pedantic = "warn"
# The explicit priority is required due to https://github.com/rust-lang/cargo/issues/13565.
pedantic = { level = "warn", priority = -1 }
unwrap_used = "warn"
module_name_repetitions = "allow"

0 comments on commit 87c5302

Please sign in to comment.