aembke / redis-protocol.rs

A Rust implementation of RESP2 and RESP3
Apache License 2.0
40 stars 14 forks source link

Fix clippy lints #29

Closed rukai closed 7 months ago

rukai commented 8 months ago

A bunch of minor cleanups obtained by running cargo clippy --fix I've inspected all of them and none of them affect functionality.

aembke commented 7 months ago

Thanks @rukai, I had another working branch with some other changes so I added this there instead.