Skip to content

Commit 660d861

Browse files
authored
Fix docs for #[clippy::format_args] (rust-lang#14161)
changelog: none
2 parents ee1c15e + 694b245 commit 660d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/attribs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To do this, Clippy provides attributes that can be applied to items in the 3rd p
55

66
## `#[clippy::format_args]`
77

8-
_Available since Clippy v1.84_
8+
_Available since Clippy v1.85_
99

1010
This attribute can be added to a macro that supports `format!`, `println!`, or similar syntax.
1111
It tells Clippy that the macro is a formatting macro, and that the arguments to the macro

0 commit comments

Comments
 (0)