rust/clippy_utils
Yuri Astrakhan 81dceed8ba Support user format-like macros
Add support for `#[clippy::format_args]` attribute that can be attached to any macro to indicate that it functions the same as the built-in format macros like `format!`, `println!` and `write!`
2024-11-15 15:26:48 -05:00
..
src Support user format-like macros 2024-11-15 15:26:48 -05:00
Cargo.toml Move create_disallowed_map to clippy_config 2024-11-15 19:30:29 +01:00