about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-02-06 09:23:50 +0000
committerGitHub <noreply@github.com>2025-02-06 09:23:50 +0000
commit660d86105891a4b2a686e56ad2171c743faca88c (patch)
tree8d2e59ee85e9654cb65e03307ef82f876e2e9177
parentee1c15eb5659d9d5a801c51202d6dbd1131704ed (diff)
parent694b245b2032d2cfb45daa0339c6ee2a1b084757 (diff)
downloadrust-660d86105891a4b2a686e56ad2171c743faca88c.tar.gz
rust-660d86105891a4b2a686e56ad2171c743faca88c.zip
Fix docs for `#[clippy::format_args]` (#14161)
changelog: none
-rw-r--r--book/src/attribs.md2
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