Skip to content

Commit

Permalink
Fix lint priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Aug 26, 2024
1 parent 3530d64 commit 983735f
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 @@ -21,8 +21,8 @@ unsafe_code = "warn"
unused_crate_dependencies = "warn"

[workspace.lints.clippy]
pedantic = { level = "warn", priority = -1 }
panic_in_result_fn = "warn"
pedantic = "warn"
unwrap_used = "warn"
enum_variant_names = "allow"
missing_errors_doc = "allow"
Expand Down

0 comments on commit 983735f

Please sign in to comment.