mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
clippy fix
This commit is contained in:
parent
287d00df85
commit
f515311915
2 changed files with 2 additions and 5 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue