mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 14:56:18 +00:00
clippy
This commit is contained in:
parent
2e2b687fac
commit
a354860d07
2 changed files with 5 additions and 9 deletions
|
@ -31,13 +31,9 @@ use roc_problem::can::{RuntimeError, ShadowKind};
|
|||
use roc_region::all::{Loc, Region};
|
||||
use roc_std::RocDec;
|
||||
use roc_target::TargetInfo;
|
||||
use roc_types::types::AliasCommon;
|
||||
use roc_types::{
|
||||
subs::{
|
||||
instantiate_rigids, storage_copy_var_to, Content, ExhaustiveMark, FlatType, RedundantMark,
|
||||
StorageSubs, Subs, Variable, VariableSubsSlice,
|
||||
},
|
||||
types::Type,
|
||||
use roc_types::subs::{
|
||||
instantiate_rigids, storage_copy_var_to, Content, ExhaustiveMark, FlatType, RedundantMark,
|
||||
StorageSubs, Subs, Variable, VariableSubsSlice,
|
||||
};
|
||||
use std::collections::HashMap;
|
||||
use ven_pretty::{BoxAllocator, DocAllocator, DocBuilder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue