aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/byte.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-12 15:41:57 +0000
committerAleksey Kladov <[email protected]>2019-02-12 16:02:30 +0000
commit4e91c23c796988e3934afabf619185333f85c116 (patch)
treef81bff262a32170f2677c5c60fe6ddba766f042a /crates/ra_syntax/src/validation/byte.rs
parent72a122092bb37249a5d04ca3b8b5c8b78f9b84dd (diff)
rename yellow -> syntax_node
why yellow in the first place? Its red + green.
Diffstat (limited to 'crates/ra_syntax/src/validation/byte.rs')
-rw-r--r--crates/ra_syntax/src/validation/byte.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/validation/byte.rs b/crates/ra_syntax/src/validation/byte.rs
index d51fabcf9..acdc12552 100644
--- a/crates/ra_syntax/src/validation/byte.rs
+++ b/crates/ra_syntax/src/validation/byte.rs
@@ -5,7 +5,7 @@ use crate::{
5 string_lexing::{self, StringComponentKind}, 5 string_lexing::{self, StringComponentKind},
6 TextRange, 6 TextRange,
7 validation::char, 7 validation::char,
8 yellow::{ 8 syntax_node::{
9 SyntaxError, 9 SyntaxError,
10 SyntaxErrorKind::*, 10 SyntaxErrorKind::*,
11 }, 11 },