mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
format
This commit is contained in:
parent
b1ea641cfb
commit
a55461d0f8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use roc_std::{RocDec, RocList, RocOrder, RocStr, RocResult};
|
use roc_std::{RocDec, RocList, RocOrder, RocResult, RocStr};
|
||||||
|
|
||||||
pub trait Wasm32Sized: Sized {
|
pub trait Wasm32Sized: Sized {
|
||||||
const SIZE_OF_WASM: usize;
|
const SIZE_OF_WASM: usize;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue