0xPolygonZero / plonky2

Apache License 2.0
745 stars 273 forks source link

Fix latest clippy for `redundant_imports` #1535

Closed Nashtare closed 5 months ago

Nashtare commented 5 months ago

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.

sonarcloud[bot] commented 5 months ago

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