{"reason":"compiler-message","package_id":"my-app 0.1.0","message":{"rendered":"warning: redundant clone\n --> src/main.rs:10:14\n  |\n10 |     let s = s.clone();\n  |              ^^^^^^^^\n  |\n  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone\n  = note: `#[warn(clippy::redundant_clone)]` on by default\n\n","level":"warning","code":{"code":"clippy::redundant_clone"},"message":"redundant clone","spans":[{"file_name":"src/main.rs","line_start":10,"line_end":10,"column_start":14,"column_end":22}],"children":[{"level":"help","message":"remove this `.clone()` call"}]}}
