Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lints: Remove unnecessary qualifications. #203

Merged

Conversation

waywardmonkeys
Copy link
Contributor

No description provided.

This code is now triggering Rust compiler warnings and breaking
CI.
This code triggers warnings (and errors in CI) because it isn't
used when the `parallel` feature isn't enabled, so correctly mark
it as needing `all(feature = "parallel", feature = "std")`
@sebcrozet sebcrozet merged commit 9e723ee into dimforge:master May 28, 2024
5 checks passed
@sebcrozet
Copy link
Member

Thanks!

@waywardmonkeys waywardmonkeys deleted the remove-unnecessary-qualifications branch June 23, 2024 00:24
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.

None yet

2 participants