We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format_push_string
1 parent d8970bf commit a86bf81Copy full SHA for a86bf81
clippy_lints/src/format_push_string.rs
@@ -27,7 +27,7 @@ declare_clippy_lint! {
27
/// let mut s = String::new();
28
/// let _ = write!(s, "0x{:X}", 1024);
29
/// ```
30
- #[clippy::version = "1.61.0"]
+ #[clippy::version = "1.62.0"]
31
pub FORMAT_PUSH_STRING,
32
perf,
33
"`format!(..)` appended to existing `String`"
0 commit comments