brycx / pasetors

PASETOrs: PASETO tokens in pure Rust
MIT License
87 stars 9 forks source link

Address clippy lints in tests #69

Closed SanchithHegde closed 1 year ago

SanchithHegde commented 1 year ago

Should I also update the lint workflow to run cargo clippy --all-features --all-targets -- -D warnings instead?

brycx commented 1 year ago

Is that the command you used for these clippy suggestions as well? If yes, then updating the workflow would be very nice!

SanchithHegde commented 1 year ago

Done, could you please approve the CI workflows?