aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parser_impl.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/parser_impl.rs
parent72a122092bb37249a5d04ca3b8b5c8b78f9b84dd (diff)
rename yellow -> syntax_node
why yellow in the first place? Its red + green.
Diffstat (limited to 'crates/ra_syntax/src/parser_impl.rs')
-rw-r--r--crates/ra_syntax/src/parser_impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/parser_impl.rs b/crates/ra_syntax/src/parser_impl.rs
index f255dc23b..d99615d72 100644
--- a/crates/ra_syntax/src/parser_impl.rs
+++ b/crates/ra_syntax/src/parser_impl.rs
@@ -11,7 +11,7 @@ use crate::{
11 input::{InputPosition, ParserInput}, 11 input::{InputPosition, ParserInput},
12 }, 12 },
13 SmolStr, 13 SmolStr,
14 yellow::syntax_error::{ 14 syntax_node::syntax_error::{
15 ParseError, 15 ParseError,
16 SyntaxError, 16 SyntaxError,
17 }, 17 },