@@ -29,12 +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
34
+ check-inconsistent-struct-field-initializers
35
35
check-private-items
36
36
cognitive-complexity-threshold
37
- cyclomatic-complexity-threshold
38
37
disallowed-macros
39
38
disallowed-methods
40
39
disallowed-names
@@ -49,7 +48,6 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
49
48
future-size-threshold
50
49
ignore-interior-mutability
51
50
large-error-threshold
52
- lint-inconsistent-struct-field-initializers
53
51
literal-representation-threshold
54
52
matches-for-let-else
55
53
max-fn-params-bools
@@ -121,12 +119,11 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
121
119
array-size-threshold
122
120
avoid-breaking-exported-api
123
121
await-holding-invalid-types
124
- blacklisted-names
125
122
cargo-ignore-publish
126
123
check-incompatible-msrv-in-tests
124
+ check-inconsistent-struct-field-initializers
127
125
check-private-items
128
126
cognitive-complexity-threshold
129
- cyclomatic-complexity-threshold
130
127
disallowed-macros
131
128
disallowed-methods
132
129
disallowed-names
@@ -141,7 +138,6 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
141
138
future-size-threshold
142
139
ignore-interior-mutability
143
140
large-error-threshold
144
- lint-inconsistent-struct-field-initializers
145
141
literal-representation-threshold
146
142
matches-for-let-else
147
143
max-fn-params-bools
@@ -213,12 +209,11 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
213
209
array-size-threshold
214
210
avoid-breaking-exported-api
215
211
await-holding-invalid-types
216
- blacklisted-names
217
212
cargo-ignore-publish
218
213
check-incompatible-msrv-in-tests
214
+ check-inconsistent-struct-field-initializers
219
215
check-private-items
220
216
cognitive-complexity-threshold
221
- cyclomatic-complexity-threshold
222
217
disallowed-macros
223
218
disallowed-methods
224
219
disallowed-names
@@ -233,7 +228,6 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
233
228
future-size-threshold
234
229
ignore-interior-mutability
235
230
large-error-threshold
236
- lint-inconsistent-struct-field-initializers
237
231
literal-representation-threshold
238
232
matches-for-let-else
239
233
max-fn-params-bools
0 commit comments