We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace6e07 commit 8ec86abCopy full SHA for 8ec86ab
Cargo.toml
@@ -20,12 +20,12 @@ include = [
20
missing_docs = "warn"
21
rust_2018_idioms = "warn"
22
unreachable_pub = "warn"
23
-unsafe-op-in-unsafe-fn = "warn"
+unsafe_op_in_unsafe_fn = "warn"
24
unsafe_code = "warn"
25
-unused-crate-dependencies = "warn"
26
-unused-lifetimes = "warn"
27
-unused-macro-rules = "warn"
28
-unused-qualifications = "warn"
+unused_crate_dependencies = "warn"
+unused_lifetimes = "warn"
+unused_macro_rules = "warn"
+unused_qualifications = "warn"
29
30
[workspace.lints.clippy]
31
bool_assert_comparison = "allow"
0 commit comments