Skip to content

Commit f30b68d

Browse files
committed
Auto merge of #9085 - xFrednet:9081-update-format-push-version, r=Manishearth,flip1995
Correct lint version for `format_push_string` Closes #9081 changelog: none IDK what else to say. Look I can draw an ascii penguin =D: ``` (^v^) <( )> w w ```
2 parents 097f765 + a86bf81 commit f30b68d

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)