Skip to content

Commit ee68b02

Browse files
committed
chore: update clippy template
1 parent 5a398fa commit ee68b02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ unused-qualifications = "warn"
7777
[lints.clippy]
7878
pedantic = { level = "warn", priority = -1 }
7979
unnecessary_debug_formatting = "allow"
80-
# below lints are from clippy::restriction, and assume clippy >= 1.86
80+
# below lints are from clippy::restriction
8181
# https://rust-lang.github.io/rust-clippy/master/index.html#/?levels=allow&groups=restriction
8282
allow_attributes = "warn"
8383
as_pointer_underscore = "warn"
@@ -104,6 +104,7 @@ panic = "warn"
104104
pathbuf_init_then_push = "warn"
105105
precedence_bits = "warn"
106106
pub_without_shorthand = "warn"
107+
# redundant_test_prefix = "warn"
107108
redundant_type_annotations = "warn"
108109
ref_patterns = "warn"
109110
renamed_function_params = "warn"

0 commit comments

Comments
 (0)