mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
clippy
This commit is contained in:
parent
c2c0b30b8a
commit
2c55fa5ec5
2 changed files with 2 additions and 6 deletions
|
@ -3,13 +3,11 @@ use roc_builtins::std::{Mode, StdLib};
|
|||
use roc_can::constraint::{Constraint, LetConstraint};
|
||||
use roc_can::module::ModuleOutput;
|
||||
use roc_collections::all::{ImMap, MutMap, MutSet, SendMap};
|
||||
use roc_module::ident::Lowercase;
|
||||
use roc_module::symbol::{ModuleId, Symbol};
|
||||
use roc_region::all::{Located, Region};
|
||||
use roc_types::boolean_algebra::Bool;
|
||||
use roc_types::solved_types::{BuiltinAlias, FreeVars, SolvedBool, SolvedType};
|
||||
use roc_types::solved_types::{BuiltinAlias, FreeVars, SolvedType};
|
||||
use roc_types::subs::{VarId, VarStore, Variable};
|
||||
use roc_types::types::{Alias, Problem, RecordField, Type};
|
||||
use roc_types::types::{Alias, Problem, Type};
|
||||
|
||||
pub type SubsByModule = MutMap<ModuleId, ExposedModuleTypes>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue