Skip to content

Commit

Permalink
Set pedantic priority
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Jul 29, 2024
1 parent a94957b commit 9298361
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 @@ -17,7 +17,8 @@ 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"

[profile.release]
Expand Down

0 comments on commit 9298361

Please sign in to comment.