rust-clippy/tests/ui-toml/disallowed_macros
Jason Newcomb e34c6dbae5 Refactor for using config values:
* Construct lint passes by taking `Conf` by reference.
* Use `HashSet` configs in less places
* Move some `check_crate` code into the pass constructor when possible.
2024-07-17 14:05:49 -04:00
..
auxiliary Don't allow derive macros to silence disallowed_macros for their own call. 2024-02-10 16:10:05 -05:00
clippy.toml Don't allow derive macros to silence disallowed_macros for their own call. 2024-02-10 16:10:05 -05:00
disallowed_macros.rs Don't allow derive macros to silence disallowed_macros for their own call. 2024-02-10 16:10:05 -05:00
disallowed_macros.stderr Refactor for using config values: 2024-07-17 14:05:49 -04:00