diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-12 16:03:47 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-12 16:03:47 +0000 |
commit | afdcfb79b9697cec4812d262ffb58bffd5555761 (patch) | |
tree | 6dd13ecadd963031f447663d005da18877b55722 /crates/ra_syntax/src/validation/char.rs | |
parent | abc5d377e2957af962c33d565fd550eb504dbbee (diff) | |
parent | 4e91c23c796988e3934afabf619185333f85c116 (diff) |
Merge #808
808: rename yellow -> syntax_node r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/src/validation/char.rs')
-rw-r--r-- | crates/ra_syntax/src/validation/char.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/validation/char.rs b/crates/ra_syntax/src/validation/char.rs index 012594db3..26c15e36d 100644 --- a/crates/ra_syntax/src/validation/char.rs +++ b/crates/ra_syntax/src/validation/char.rs | |||
@@ -8,7 +8,7 @@ use crate::{ | |||
8 | ast::{self, AstNode, AstToken}, | 8 | ast::{self, AstNode, AstToken}, |
9 | string_lexing::{self, StringComponentKind}, | 9 | string_lexing::{self, StringComponentKind}, |
10 | TextRange, | 10 | TextRange, |
11 | yellow::{ | 11 | syntax_node::{ |
12 | SyntaxError, | 12 | SyntaxError, |
13 | SyntaxErrorKind::*, | 13 | SyntaxErrorKind::*, |
14 | }, | 14 | }, |