From ad188d4c3db34f035408afbdd6d2f3c308121f0a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 29 Jul 2018 14:37:48 +0300 Subject: kill old tree --- src/yellow/red.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yellow/red.rs') diff --git a/src/yellow/red.rs b/src/yellow/red.rs index feba99faa..71212a081 100644 --- a/src/yellow/red.rs +++ b/src/yellow/red.rs @@ -1,6 +1,6 @@ -use std::sync::{Arc, Weak, RwLock}; +use std::sync::{Arc, RwLock}; use { - TextUnit, SyntaxKind, TextRange, + TextUnit, yellow::{Ptr, GreenNode, TextLen} }; -- cgit v1.2.3