mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy fix
This commit is contained in:
parent
287d00df85
commit
f515311915
2 changed files with 2 additions and 5 deletions
|
@ -6,11 +6,8 @@
|
|||
use memmap2::{Mmap, MmapMut};
|
||||
use object::Object;
|
||||
use roc_error_macros::internal_error;
|
||||
use roc_load::{EntryPoint, ExecutionMode, ExposedToHost, LoadConfig, Threading};
|
||||
use roc_load::ExposedToHost;
|
||||
use roc_module::symbol::Interns;
|
||||
use roc_packaging::cache::RocCacheDir;
|
||||
use roc_reporting::report::{RenderTarget, DEFAULT_PALETTE};
|
||||
use roc_solve::FunctionKind;
|
||||
use roc_target::{Architecture, OperatingSystem, Target};
|
||||
use std::cmp::Ordering;
|
||||
use std::mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue