mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
use VecSet in IntroducedVariables
This commit is contained in:
parent
a1a7feca45
commit
2c0b29efd1
2 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ use roc_types::solved_types::Solved;
|
|||
use roc_types::subs::{Subs, VarStore, Variable};
|
||||
use roc_types::types::{Alias, AliasCommon, TypeExtension};
|
||||
use std::collections::hash_map::Entry::{Occupied, Vacant};
|
||||
use std::collections::{HashMap, };
|
||||
use std::collections::HashMap;
|
||||
use std::io;
|
||||
use std::iter;
|
||||
use std::ops::ControlFlow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue