rust/tests/ui-toml/wildcard_imports/clippy.toml

5 lines
158 B
TOML

warn-on-all-wildcard-imports = true
# This should be ignored since `warn-on-all-wildcard-imports` has higher precedence
allowed-wildcard-imports = ["utils"]