aboutsummaryrefslogtreecommitdiff
path: root/src/yellow/syntax.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-29 12:37:48 +0100
committerAleksey Kladov <[email protected]>2018-07-29 12:37:48 +0100
commitad188d4c3db34f035408afbdd6d2f3c308121f0a (patch)
tree0c6cdea50ab664a361fa4c0f6b99cb53ce00529b /src/yellow/syntax.rs
parentc12450fb4e30c3418555e47d045bb9fd4318a10a (diff)
kill old tree
Diffstat (limited to 'src/yellow/syntax.rs')
-rw-r--r--src/yellow/syntax.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yellow/syntax.rs b/src/yellow/syntax.rs
index 0c9ffeb14..7b1a05cd9 100644
--- a/src/yellow/syntax.rs
+++ b/src/yellow/syntax.rs
@@ -7,7 +7,6 @@ use {
7 TextRange, TextUnit, SyntaxKind, 7 TextRange, TextUnit, SyntaxKind,
8 yellow::{Ptr, RedNode, GreenNode, TextLen}, 8 yellow::{Ptr, RedNode, GreenNode, TextLen},
9}; 9};
10use yellow::green::GreenTrivia;
11 10
12#[derive(Clone)] 11#[derive(Clone)]
13pub struct SyntaxNode { 12pub struct SyntaxNode {