mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
fix(field): reenable alloc for tests (#1601)
This commit is contained in:
parent
42a821dfde
commit
ed6f452294
@ -6,7 +6,7 @@
|
||||
#![feature(specialization)]
|
||||
#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
#![cfg(not(test))]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub(crate) mod arch;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user