mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add no_std to soa
This commit is contained in:
parent
ab17bfc260
commit
f03505a485
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(not(any(debug_assertions, test)), no_std)]
|
||||
|
||||
mod either_index;
|
||||
mod soa_index;
|
||||
mod soa_slice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue