sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.11k stars 54 forks source link

fix clippy warnings #309

Closed caass closed 1 year ago

caass commented 1 year ago

I'm not sure how these got in here since there's CI to deny them, but it was blowing up my editor.

sharksforarms commented 1 year ago

The CI only runs clippy, if we wanted to catch everything(?) we could do something like cargo clippy --all-targets --tests --benches --workspace

sharksforarms commented 1 year ago

Thanks!