1
Fork 0

Fix docs for #[clippy::format_args]

This commit is contained in:
Yuri Astrakhan 2025-02-06 03:21:49 -05:00
parent f09701ab6a
commit 694b245b20

View file

@ -5,7 +5,7 @@ To do this, Clippy provides attributes that can be applied to items in the 3rd p
## `#[clippy::format_args]`
_Available since Clippy v1.84_
_Available since Clippy v1.85_
This attribute can be added to a macro that supports `format!`, `println!`, or similar syntax.
It tells Clippy that the macro is a formatting macro, and that the arguments to the macro