mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fmt
This commit is contained in:
parent
bb715e0f84
commit
4f0526c8f9
1 changed files with 1 additions and 4 deletions
|
@ -4,10 +4,7 @@ use roc_ast::{
|
||||||
lang::{self, core::def::def_to_def2::def_to_def2},
|
lang::{self, core::def::def_to_def2::def_to_def2},
|
||||||
mem_pool::pool::Pool,
|
mem_pool::pool::Pool,
|
||||||
};
|
};
|
||||||
use roc_code_markup::{
|
use roc_code_markup::{markup::convert::from_def2::def2_to_markup, slow_pool::SlowPool};
|
||||||
markup::{convert::from_def2::def2_to_markup},
|
|
||||||
slow_pool::SlowPool,
|
|
||||||
};
|
|
||||||
use roc_module::symbol::{IdentIds, Interns, ModuleId};
|
use roc_module::symbol::{IdentIds, Interns, ModuleId};
|
||||||
use roc_region::all::Region;
|
use roc_region::all::Region;
|
||||||
use roc_types::subs::VarStore;
|
use roc_types::subs::VarStore;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue