[Feature request][wildcard_imports] Configuration option for ignored wildcard imports #11428
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
L-pedantic
Lint: Belongs in the pedantic lint group
Uh oh!
There was an error while loading. Please reload this page.
Description
According to the lints page,
clippy::wildcard_imports
already has exceptions for the following cases:For some other libraries (notably Diesel), other categories of wildcard imports may be desirable to reduce code mess - in the case of Diesel, that's anything ending with
dsl::*
It would be nice to be able to configure the set of allowed wildcard imports, rather than simply enabling or disabling the prelude and test exceptions
Version
Additional Labels
@rustbot label +C-enhancement +L-pedantic
The text was updated successfully, but these errors were encountered: