rust/clippy_lints
Shotaro Yamada a377378528 Only fires on temporaries
`let y = x.clone()` cannot be turned into `let y = x` without moving x,
regardless of whether `y` is consumed or not.
2020-03-13 00:54:40 +09:00
..
2020-03-13 00:54:40 +09:00
2020-03-08 01:33:17 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.