Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 694b245

Browse files
committed
Fix docs for #[clippy::format_args]
1 parent f09701a commit 694b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/attribs.md

Lines changed: 1 addition & 1 deletion
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)