mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
fix: remove clippy unexpected_cfgs warning (#1588)
Since `std` doesn't exist as a cfg, `not(std)` was always true, so this does not change any behavior.
This commit is contained in:
parent
dc77c77f2b
commit
430290fb76
@ -1,4 +1,4 @@
|
||||
#![cfg_attr(not(std), no_std)]
|
||||
#![no_std]
|
||||
|
||||
#[cfg(not(feature = "parallel"))]
|
||||
extern crate alloc;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user