mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
formatting
This commit is contained in:
parent
7ea9854e49
commit
817ffba982
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use roc_mono::low_level::HigherOrder;
|
|||
|
||||
use crate::backend::{ProcLookupData, ProcSource, WasmBackend};
|
||||
use crate::layout::{CallConv, StackMemoryFormat, WasmLayout};
|
||||
use crate::storage::{StackMemoryLocation, StoredValue, AddressValue};
|
||||
use crate::storage::{AddressValue, StackMemoryLocation, StoredValue};
|
||||
use crate::wasm_module::{Align, LocalId, ValueType};
|
||||
use crate::TARGET_INFO;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue