clippy fix

This commit is contained in:
Luke Boswell 2024-07-09 15:47:56 +10:00
parent 287d00df85
commit f515311915
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
2 changed files with 2 additions and 5 deletions

View file

@ -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;