0xPolygonZero / plonky2

Apache License 2.0
745 stars 273 forks source link

Cleanup `alloc` / `std` imports for plonky2 #1518

Closed Nashtare closed 5 months ago

Nashtare commented 5 months ago

plonky2 is exporting the alloc crate even when std is enabled, which is somehow inconsistent. This PR conditionally exports alloc only when std is not enabled.

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