mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
clean up imports
This commit is contained in:
parent
6c578440e0
commit
b075c2d394
3 changed files with 5 additions and 7 deletions
|
@ -16,7 +16,7 @@ use roc_region::all::{Located, Region};
|
|||
use roc_types::subs::Variable;
|
||||
use roc_types::types::AnnotationSource::{self, *};
|
||||
use roc_types::types::Type::{self, *};
|
||||
use roc_types::types::{Alias, Category, PReason, Reason, RecordField};
|
||||
use roc_types::types::{Category, PReason, Reason, RecordField};
|
||||
|
||||
/// This is for constraining Defs
|
||||
#[derive(Default, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue