tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.87k stars 501 forks source link

refactor: Optimize code based on cargo clippy suggestions #999

Closed tgolang closed 5 months ago

gibbz00 commented 6 months ago

Note that #1008 does this too.

caspermeijn commented 5 months ago

Fixed by https://github.com/tokio-rs/prost/pull/1008

tgolang commented 5 months ago

Thanks!