axiomhq / rust-cuckoofilter

Cuckoo Filter: Practically Better Than Bloom (In Rust)
MIT License
271 stars 38 forks source link

Remove dev feature flag #50

Closed CosmicHorrorDev closed 4 years ago

CosmicHorrorDev commented 4 years ago

It's no longer recommended to install clippy through crates.io (deprecation notice on the landing page). Since there will likely already be a breaking change from #48 it might be a good time to remove the dev feature flag as well.

JayKickliter commented 4 years ago

+1

The dev feature caused build errors for me locally when running cargo test --all-features on #48

CosmicHorrorDev commented 4 years ago

51 closes this