gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Remove clone of reference upsetting clippy quite badly #112

Closed therealprof closed 5 years ago

therealprof commented 5 years ago

error: using clone on a double-reference; this will copy the reference instead of cloning the inner type --> src/build.rs:173:42

Signed-off-by: Daniel Egger daniel@eggers-club.de