From 3ff134e1ce23b1c7ea78f8099ee1a028d17809cd Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:42:02 +0200 Subject: [PATCH] removed erroneous imports --- editor/src/editor/ed_error.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;