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

@ -13,7 +13,7 @@ use roc_docs::generate_docs_html;
use roc_error_macros::user_error;
use roc_gen_dev::AssemblyBackendMode;
use roc_gen_llvm::llvm::build::LlvmBackendMode;
use roc_load::{FunctionKind, LoadingProblem, Threading};
use roc_load::{LoadingProblem, Threading};
use roc_packaging::cache::{self, RocCacheDir};
use roc_target::Target;
use std::fs::{self, FileType};