We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[clippy::format_args]
2 parents ee1c15e + 694b245 commit 660d861Copy full SHA for 660d861
book/src/attribs.md
@@ -5,7 +5,7 @@ To do this, Clippy provides attributes that can be applied to items in the 3rd p
5
6
## `#[clippy::format_args]`
7
8
-_Available since Clippy v1.84_
+_Available since Clippy v1.85_
9
10
This attribute can be added to a macro that supports `format!`, `println!`, or similar syntax.
11
It tells Clippy that the macro is a formatting macro, and that the arguments to the macro
0 commit comments