fix(field): reenable alloc for tests (#1601)

This commit is contained in:
Robin Salen 2024-06-13 06:28:59 -04:00 committed by GitHub
parent 42a821dfde
commit ed6f452294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;