TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.32k stars 224 forks source link

Fix rustc and clippy warnings #492

Closed DaniPopes closed 4 months ago

DaniPopes commented 5 months ago

Description

Fix rustc and clippy warnings, mostly automated with cargo clippy --fix.

How This Has Been Tested

cargo clippy --all-targets on the latest few LLVM versions.

Checklist

TheDan64 commented 4 months ago

Please update the PR and fix broken tests