We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[clippy::format_args]
1 parent f09701a commit 694b245Copy full SHA for 694b245
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