rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
894 stars 61 forks source link

fix(fmt/style): Clippy-generated Code Correction #459

Closed tempdragon closed 4 months ago

tempdragon commented 4 months ago

NOTE: This is generated by cargo clippy --fix --allow-dirty -- -D --warnings, and warnings are ignored by the clippy.

To pass the whole clippy test, more work is needed. For consistency, you may as well generate one yourself and then fix the warnings in your series.

// This is probably my last commit to cg_gcc in a month. Happy coding!

tempdragon commented 4 months ago

Part of #457 (Task 2), incomplete.

antoyo commented 4 months ago

Thanks for your contribution.