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.
1 parent 4065702 commit 1691914Copy full SHA for 1691914
clippy_lints/src/strings.rs
@@ -63,7 +63,7 @@ declare_clippy_lint! {
63
///
64
/// Use instead:
65
/// ```rust
66
- /// let x = "Hello".to_owned();
+ /// let mut x = "Hello".to_owned();
67
/// x.push_str(", World");
68
/// ```
69
#[clippy::version = "pre 1.29.0"]
0 commit comments