mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix some nit clippy complaints
This commit is contained in:
parent
7fd7407724
commit
215ec63abb
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
use bumpalo::{collections::Vec, Bump};
|
use bumpalo::{collections::Vec, Bump};
|
||||||
use object::write::Object;
|
use object::write::Object;
|
||||||
use roc_collections::all::{ImSet, MutMap, MutSet};
|
use roc_collections::all::{MutMap, MutSet};
|
||||||
use roc_module::ident::TagName;
|
use roc_module::ident::TagName;
|
||||||
use roc_module::low_level::LowLevel;
|
use roc_module::low_level::LowLevel;
|
||||||
use roc_module::symbol::{Interns, Symbol};
|
use roc_module::symbol::{Interns, Symbol};
|
||||||
|
|
|
@ -3,7 +3,6 @@ use bumpalo::collections::Vec;
|
||||||
use roc_collections::all::{ImSet, MutMap, MutSet};
|
use roc_collections::all::{ImSet, MutMap, MutSet};
|
||||||
use roc_module::symbol::Symbol;
|
use roc_module::symbol::Symbol;
|
||||||
use roc_mono::ir::{Literal, Stmt};
|
use roc_mono::ir::{Literal, Stmt};
|
||||||
use roc_mono::layout::Layout;
|
|
||||||
use target_lexicon::{CallingConvention, Triple};
|
use target_lexicon::{CallingConvention, Triple};
|
||||||
|
|
||||||
mod asm;
|
mod asm;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue