Skip to content

Commit a86bf81

Browse files
committed
Correct lint version for format_push_string
1 parent d8970bf commit a86bf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/format_push_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ declare_clippy_lint! {
2727
/// let mut s = String::new();
2828
/// let _ = write!(s, "0x{:X}", 1024);
2929
/// ```
30-
#[clippy::version = "1.61.0"]
30+
#[clippy::version = "1.62.0"]
3131
pub FORMAT_PUSH_STRING,
3232
perf,
3333
"`format!(..)` appended to existing `String`"

0 commit comments

Comments
 (0)