gnzlbg / cargo-asm

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

Fix rustc and clippy warnings #247

Open taiki-e opened 2 years ago

taiki-e commented 2 years ago

Basically, each commit corresponds to one warning each. Each commit message contains the details of the warning.

(the first commit is from #245 -- without it, master fails to build)