rust/clippy_config/src
Timo 9c6cb5150f
wildcard_imports: lint on pub use if asked to (#14182)
`warn_on_all_wildcard_imports` should warn on all wildcard imports,
including the reexported ones.

Fix #13660

changelog: [`warn_on_all_wildcard_imports`]: when asked to warn on all
wildcard imports, include the reexported ones
2025-03-25 00:08:45 +00:00
..
conf.rs wildcard_imports: lint on pub use if asked to (#14182) 2025-03-25 00:08:45 +00:00
lib.rs Move create_disallowed_map to clippy_config 2024-11-15 19:30:29 +01:00
metadata.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
types.rs Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00