Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
lint-fix
task to automatically fix some Clippy warnings. (sigp#…
…4419) ## Issue Addressed This PR adds a new `lint-fix` task to automatically fix simple Clippy warnings using `cargo clippy --fix`. Usage: ``` make lint-fix ```
- Loading branch information