tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.86k stars 391 forks source link

remove deprecated feature "cargo-clippy" #547

Closed glorv closed 2 months ago

glorv commented 2 months ago

the build-in feature cargo-clippy is deprecated recently. See: https://blog.rust-lang.org/2024/02/28/Clippy-deprecating-feature-cargo-clippy.html

Remove this already useless feature to make nightly build pass.

glorv commented 2 months ago

/cc @Connor1996 @overvenus PTAL