mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
4 lines
158 B
TOML
4 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"]
|