pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 30 forks source link

ci: linter fixes #173

Closed konstin closed 6 months ago

konstin commented 6 months ago

cargo test and cargo clippy used to complain.

Tested commands:

cargo test
cargo test --all-features
cargo clippy
cargo clippy --tests
cargo clippy --tests --all-features
Eh2406 commented 6 months ago

Can you change the name of the commit so CI is happy?

mpizenberg commented 6 months ago

It's not using the PR name because there is a single commit and so it doesn't need squashing?

Eh2406 commented 6 months ago

Yes.

Eh2406 commented 6 months ago

Sorry, I didn't notice that you push a fix. Merging now.