We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a398fa commit ee68b02Copy full SHA for ee68b02
1 file changed
Cargo.toml
@@ -77,7 +77,7 @@ unused-qualifications = "warn"
77
[lints.clippy]
78
pedantic = { level = "warn", priority = -1 }
79
unnecessary_debug_formatting = "allow"
80
-# below lints are from clippy::restriction, and assume clippy >= 1.86
+# below lints are from clippy::restriction
81
# https://rust-lang.github.io/rust-clippy/master/index.html#/?levels=allow&groups=restriction
82
allow_attributes = "warn"
83
as_pointer_underscore = "warn"
@@ -104,6 +104,7 @@ panic = "warn"
104
pathbuf_init_then_push = "warn"
105
precedence_bits = "warn"
106
pub_without_shorthand = "warn"
107
+# redundant_test_prefix = "warn"
108
redundant_type_annotations = "warn"
109
ref_patterns = "warn"
110
renamed_function_params = "warn"
0 commit comments