Correct lint version for format_push_string

This commit is contained in:
xFrednet 2022-07-01 18:05:45 +02:00
parent d8970bfa08
commit a86bf81e44
No known key found for this signature in database
GPG Key ID: F5C59D0E669E5302

View File

@ -27,7 +27,7 @@
/// let mut s = String::new();
/// let _ = write!(s, "0x{:X}", 1024);
/// ```
#[clippy::version = "1.61.0"]
#[clippy::version = "1.62.0"]
pub FORMAT_PUSH_STRING,
perf,
"`format!(..)` appended to existing `String`"