@@ -15,6 +15,7 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
15
15
allowed-duplicate-crates
16
16
allowed-idents-below-min-chars
17
17
allowed-scripts
18
+ allowed-wildcard-imports
18
19
arithmetic-side-effects-allowed
19
20
arithmetic-side-effects-allowed-binary
20
21
arithmetic-side-effects-allowed-unary
@@ -39,7 +40,6 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
39
40
excessive-nesting-threshold
40
41
future-size-threshold
41
42
ignore-interior-mutability
42
- ignored-wildcard-imports
43
43
large-error-threshold
44
44
literal-representation-threshold
45
45
matches-for-let-else
@@ -94,6 +94,7 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
94
94
allowed-duplicate-crates
95
95
allowed-idents-below-min-chars
96
96
allowed-scripts
97
+ allowed-wildcard-imports
97
98
arithmetic-side-effects-allowed
98
99
arithmetic-side-effects-allowed-binary
99
100
arithmetic-side-effects-allowed-unary
@@ -118,7 +119,6 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
118
119
excessive-nesting-threshold
119
120
future-size-threshold
120
121
ignore-interior-mutability
121
- ignored-wildcard-imports
122
122
large-error-threshold
123
123
literal-representation-threshold
124
124
matches-for-let-else
@@ -173,6 +173,7 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
173
173
allowed-duplicate-crates
174
174
allowed-idents-below-min-chars
175
175
allowed-scripts
176
+ allowed-wildcard-imports
176
177
arithmetic-side-effects-allowed
177
178
arithmetic-side-effects-allowed-binary
178
179
arithmetic-side-effects-allowed-unary
0 commit comments