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

Fix latest clippy for redundant_imports #1535

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Feb 19, 2024

Latest nightly is detecting that rayon::prelude already re-exports ParallelSlice, ParallelSliceMut from rayon::slice, making clippy to complain about double import, as well as additional re-exports.

Detected when merging #1534 to main.

@Nashtare Nashtare added the bug Something isn't working label Feb 19, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Nashtare Nashtare changed the title Fix clippy for maybe_rayon Fix latest clippy for redundant_imports Feb 19, 2024
@Nashtare Nashtare merged commit 4a620f4 into 0xPolygonZero:main Feb 19, 2024
5 checks passed
@Nashtare Nashtare deleted the clippy_rayon branch February 19, 2024 13:13
@Nashtare Nashtare self-assigned this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants