mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
a377378528
`let y = x.clone()` cannot be turned into `let y = x` without moving x, regardless of whether `y` is consumed or not. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |