Skip to content

Commit 8ec86ab

Browse files
committed
chore: Normalize clippy lint names
1 parent ace6e07 commit 8ec86ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ include = [
2020
missing_docs = "warn"
2121
rust_2018_idioms = "warn"
2222
unreachable_pub = "warn"
23-
unsafe-op-in-unsafe-fn = "warn"
23+
unsafe_op_in_unsafe_fn = "warn"
2424
unsafe_code = "warn"
25-
unused-crate-dependencies = "warn"
26-
unused-lifetimes = "warn"
27-
unused-macro-rules = "warn"
28-
unused-qualifications = "warn"
25+
unused_crate_dependencies = "warn"
26+
unused_lifetimes = "warn"
27+
unused_macro_rules = "warn"
28+
unused_qualifications = "warn"
2929

3030
[workspace.lints.clippy]
3131
bool_assert_comparison = "allow"

0 commit comments

Comments
 (0)