Skip to content

Commit

Permalink
Fix docs for #[clippy::format_args] (#14161)
Browse files Browse the repository at this point in the history
changelog: none
  • Loading branch information
flip1995 authored Feb 6, 2025
2 parents ee1c15e + 694b245 commit 660d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/attribs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 660d861

Please sign in to comment.