Skip to content

Conversation

@bossmc
Copy link
Contributor

@bossmc bossmc commented Oct 21, 2022

This also adds a CI stage to run clippy over the project too, hopefully this will prevent degradation.

@bossmc
Copy link
Contributor Author

bossmc commented Oct 24, 2022

Build failure was due to my rustc allowing nightly features by default, I've marked the benches that use #![feature(test)] as also needing #![cfg(feature = nightly)] so they won't get built without the nightly feature enabled.

I've also rebased to pick up the recent master changes.

@bossmc bossmc force-pushed the clippy-changes branch 3 times, most recently from 702e53c to 5907545 Compare October 25, 2022 00:15
@FrankReh
Copy link

I will add it's nice if the project would pass clippy cleanly because it makes playing around with the package easier for a new-comer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants