mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy
This commit is contained in:
parent
4780144e38
commit
1254c9f8db
2 changed files with 2 additions and 5 deletions
|
@ -19,7 +19,7 @@ use std::time::{Duration, Instant};
|
|||
use crate::metadata::{self, Metadata, VirtualOffset};
|
||||
|
||||
use crate::{
|
||||
align_by_constraint, align_to_offset_by_constraint, dbg_hex, load_struct_inplace,
|
||||
align_by_constraint, align_to_offset_by_constraint, load_struct_inplace,
|
||||
load_struct_inplace_mut, load_structs_inplace_mut, open_mmap, open_mmap_mut,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue