mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +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 object::write::Object;
|
||||
use roc_collections::all::{ImSet, MutMap, MutSet};
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::low_level::LowLevel;
|
||||
use roc_module::symbol::{Interns, Symbol};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue