diff --git a/editor/src/editor/ed_error.rs b/editor/src/editor/ed_error.rs index f0090e7609..1ebd3a88e6 100644 --- a/editor/src/editor/ed_error.rs +++ b/editor/src/editor/ed_error.rs @@ -1,5 +1,4 @@ -use crate::lang::parse::ASTNodeId; -use crate::{editor::slow_pool::MarkNodeId, ui::text::text_pos::TextPos}; +use crate::{ui::text::text_pos::TextPos}; use colored::*; use roc_ast::ast_error::ASTError; use roc_ast::lang::core::ast::ASTNodeId;