RustAudio / ogg

Ogg container decoder and encoder written in pure Rust
Other
113 stars 21 forks source link

fix some clippy warnings #24

Closed ghost closed 3 years ago

est31 commented 3 years ago

Thanks! the try -> ? stuff is okay but I dont like the needless return lint of clippy. explicit return statements are fine.

est31 commented 3 years ago

There is a CI failure. I think you need to allow unknown ~warnings~ lints.

est31 commented 3 years ago

Huh it's still failing with the same error. Maybe try reordering the allow to be higher?