sigstore / sigstore-rs

An experimental Rust crate for sigstore
https://sigstore.github.io/sigstore-rs/sigstore/
Apache License 2.0
156 stars 48 forks source link

chore: fix clippy warnings #292

Closed flavio closed 10 months ago

flavio commented 10 months ago

Ensure latest version of clippy shipped with rust 1.72 is happy.

The fixes have been made with a quick run of cargo clippy --fix

flavio commented 10 months ago

converting to draft, I have to fix one deprecation warning

flavio commented 10 months ago

ready for review, everything should be green this time