microsoft / python-environment-tools

MIT License
110 stars 7 forks source link

Fix errors reported by `clippy` #3

Closed karthiknadig closed 1 month ago

karthiknadig commented 1 month ago

Enable clippy locally and run to ensure linting errors are addressed:

> rustup component add clippy
> cargo clippy --all-features -- -Dwarnings
DonJayamanne commented 1 month ago

I fixed all of these in the earlier repo, will be fixing them in this repo too, was just waiting for the new CI