@@ -15,6 +15,7 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
1515 allowed-duplicate-crates
1616 allowed-idents-below-min-chars
1717 allowed-scripts
18+ allowed-wildcard-imports
1819 arithmetic-side-effects-allowed
1920 arithmetic-side-effects-allowed-binary
2021 arithmetic-side-effects-allowed-unary
@@ -39,7 +40,6 @@ error: error reading Clippy's configuration file: unknown field `foobar`, expect
3940 excessive-nesting-threshold
4041 future-size-threshold
4142 ignore-interior-mutability
42- ignored-wildcard-imports
4343 large-error-threshold
4444 literal-representation-threshold
4545 matches-for-let-else
@@ -94,6 +94,7 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
9494 allowed-duplicate-crates
9595 allowed-idents-below-min-chars
9696 allowed-scripts
97+ allowed-wildcard-imports
9798 arithmetic-side-effects-allowed
9899 arithmetic-side-effects-allowed-binary
99100 arithmetic-side-effects-allowed-unary
@@ -118,7 +119,6 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
118119 excessive-nesting-threshold
119120 future-size-threshold
120121 ignore-interior-mutability
121- ignored-wildcard-imports
122122 large-error-threshold
123123 literal-representation-threshold
124124 matches-for-let-else
@@ -173,6 +173,7 @@ error: error reading Clippy's configuration file: unknown field `allow_mixed_uni
173173 allowed-duplicate-crates
174174 allowed-idents-below-min-chars
175175 allowed-scripts
176+ allowed-wildcard-imports
176177 arithmetic-side-effects-allowed
177178 arithmetic-side-effects-allowed-binary
178179 arithmetic-side-effects-allowed-unary
0 commit comments