Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Make clippy happy. #128

Closed jcdyer closed 7 years ago

jcdyer commented 7 years ago

Here's one that does nothing but resolve the things that clippy complains about.

Turns out clippy is a great teaching tool.

Hoverbear commented 7 years ago

Thanks again for this! :)