Closed CosmicHorrorDev closed 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.
clippy
dev
+1
The dev feature caused build errors for me locally when running cargo test --all-features on #48
cargo test --all-features
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 thedev
feature flag as well.