diff options
| author | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2025-02-06 03:21:49 -0500 |
|---|---|---|
| committer | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2025-02-06 03:21:49 -0500 |
| commit | 694b245b2032d2cfb45daa0339c6ee2a1b084757 (patch) | |
| tree | df04df0aef1dd5d5af422273df408117ea0d3468 | |
| parent | f09701ab6acb6db235317c8ed73bb6e923814f35 (diff) | |
| download | rust-694b245b2032d2cfb45daa0339c6ee2a1b084757.tar.gz rust-694b245b2032d2cfb45daa0339c6ee2a1b084757.zip | |
Fix docs for `#[clippy::format_args]`
| -rw-r--r-- | book/src/attribs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/attribs.md b/book/src/attribs.md index cf99497bc0f..9b7f5970504 100644 --- a/book/src/attribs.md +++ b/book/src/attribs.md @@ -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 |
