mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
fix clippy issues
This commit is contained in:
parent
40bf9be1e2
commit
9e981c264e
7 changed files with 12 additions and 40 deletions
|
@ -6,7 +6,7 @@ use roc_types::builtin_aliases::{
|
|||
bool_type, float_type, int_type, list_type, map_type, num_type, ordering_type, result_type,
|
||||
set_type, str_type,
|
||||
};
|
||||
use roc_types::solved_types::{BuiltinAlias, SolvedType};
|
||||
use roc_types::solved_types::SolvedType;
|
||||
use roc_types::subs::VarId;
|
||||
use std::collections::HashMap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue