mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Removed LatestDocument and replaced it with a OnceLock
Signed-off-by: faldor20 <eli.jambu@yahoo.com> removed unused imports Signed-off-by: faldor20 <eli.jambu@yahoo.com>
This commit is contained in:
parent
8a6855f29c
commit
c081bb7016
3 changed files with 124 additions and 119 deletions
|
@ -1,11 +1,6 @@
|
|||
//! Traversals over the can ast.
|
||||
|
||||
use std::process;
|
||||
|
||||
use roc_module::{
|
||||
ident::Lowercase,
|
||||
symbol::{Interns, Symbol},
|
||||
};
|
||||
use roc_module::{ident::Lowercase, symbol::Symbol};
|
||||
use roc_region::all::{Loc, Position, Region};
|
||||
use roc_types::{subs::Variable, types::MemberImpl};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue