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 9a2e0cc commit f4ac56dCopy full SHA for f4ac56d
Cargo.toml
@@ -19,6 +19,7 @@ include = [
19
20
[workspace.lints.rust]
21
rust_2018_idioms = { level = "warn", priority = -1 }
22
+unnameable_types = "warn"
23
unreachable_pub = "warn"
24
unsafe_op_in_unsafe_fn = "warn"
25
unused_lifetimes = "warn"
0 commit comments