Skip to content

Commit

Permalink
chore: Normalize clippy lint names
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 25, 2024
1 parent ace6e07 commit 8ec86ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ include = [
missing_docs = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
unsafe-op-in-unsafe-fn = "warn"
unsafe_op_in_unsafe_fn = "warn"
unsafe_code = "warn"
unused-crate-dependencies = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused-qualifications = "warn"
unused_crate_dependencies = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"

[workspace.lints.clippy]
bool_assert_comparison = "allow"
Expand Down

0 comments on commit 8ec86ab

Please sign in to comment.