diff options
author | Aleksey Kladov <[email protected]> | 2019-02-12 15:41:57 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-12 16:02:30 +0000 |
commit | 4e91c23c796988e3934afabf619185333f85c116 (patch) | |
tree | f81bff262a32170f2677c5c60fe6ddba766f042a /crates/ra_syntax/src/parser_impl | |
parent | 72a122092bb37249a5d04ca3b8b5c8b78f9b84dd (diff) |
rename yellow -> syntax_node
why yellow in the first place? Its red + green.
Diffstat (limited to 'crates/ra_syntax/src/parser_impl')
-rw-r--r-- | crates/ra_syntax/src/parser_impl/event.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/parser_impl/event.rs b/crates/ra_syntax/src/parser_impl/event.rs index 677876ab5..b45830c61 100644 --- a/crates/ra_syntax/src/parser_impl/event.rs +++ b/crates/ra_syntax/src/parser_impl/event.rs | |||
@@ -13,7 +13,7 @@ use crate::{ | |||
13 | SmolStr, | 13 | SmolStr, |
14 | SyntaxKind::{self, *}, | 14 | SyntaxKind::{self, *}, |
15 | TextRange, TextUnit, | 15 | TextRange, TextUnit, |
16 | yellow::syntax_error::{ | 16 | syntax_node::syntax_error::{ |
17 | ParseError, | 17 | ParseError, |
18 | SyntaxError, | 18 | SyntaxError, |
19 | SyntaxErrorKind, | 19 | SyntaxErrorKind, |