AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
316 stars 23 forks source link

lint using clippy #7

Closed danieleades closed 3 years ago

danieleades commented 3 years ago

this adds Clippy linting to CI

It also adds warnings for 'pedantic' clippy lints (though the new warnings are not addressed in this PR)

would you be open to me addressing any of the pedantic lint warnings in this PR?

danieleades commented 3 years ago

now i just need to figure out why cargo clippy --all-features works locally, but not in CI...