@@ -29,13 +29,11 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
29
29
array-size-threshold
30
30
avoid-breaking-exported-api
31
31
await-holding-invalid-types
32
- blacklisted-names
33
32
cargo-ignore-publish
34
33
check-incompatible-msrv-in-tests
35
34
check-inconsistent-struct-field-initializers
36
35
check-private-items
37
36
cognitive-complexity-threshold
38
- cyclomatic-complexity-threshold
39
37
disallowed-macros
40
38
disallowed-methods
41
39
disallowed-names
@@ -51,7 +49,6 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
51
49
ignore-interior-mutability
52
50
large-error-threshold
53
51
lint-commented-code
54
- lint-inconsistent-struct-field-initializers
55
52
literal-representation-threshold
56
53
matches-for-let-else
57
54
max-fn-params-bools
@@ -124,13 +121,11 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
124
121
array-size-threshold
125
122
avoid-breaking-exported-api
126
123
await-holding-invalid-types
127
- blacklisted-names
128
124
cargo-ignore-publish
129
125
check-incompatible-msrv-in-tests
130
126
check-inconsistent-struct-field-initializers
131
127
check-private-items
132
128
cognitive-complexity-threshold
133
- cyclomatic-complexity-threshold
134
129
disallowed-macros
135
130
disallowed-methods
136
131
disallowed-names
@@ -146,7 +141,6 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
146
141
ignore-interior-mutability
147
142
large-error-threshold
148
143
lint-commented-code
149
- lint-inconsistent-struct-field-initializers
150
144
literal-representation-threshold
151
145
matches-for-let-else
152
146
max-fn-params-bools
@@ -219,13 +213,11 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
219
213
array-size-threshold
220
214
avoid-breaking-exported-api
221
215
await-holding-invalid-types
222
- blacklisted-names
223
216
cargo-ignore-publish
224
217
check-incompatible-msrv-in-tests
225
218
check-inconsistent-struct-field-initializers
226
219
check-private-items
227
220
cognitive-complexity-threshold
228
- cyclomatic-complexity-threshold
229
221
disallowed-macros
230
222
disallowed-methods
231
223
disallowed-names
@@ -241,7 +233,6 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
241
233
ignore-interior-mutability
242
234
large-error-threshold
243
235
lint-commented-code
244
- lint-inconsistent-struct-field-initializers
245
236
literal-representation-threshold
246
237
matches-for-let-else
247
238
max-fn-params-bools
0 commit comments