rename yellow -> syntax_node
why yellow in the first place? Its red + green.
This commit is contained in:
@@ -13,7 +13,7 @@ use rowan::TransparentNewType;
|
||||
|
||||
use crate::{
|
||||
SyntaxNode, SyntaxKind::*,
|
||||
yellow::{RaTypes, TreeArc},
|
||||
syntax_node::{RaTypes, TreeArc},
|
||||
ast::{self, AstNode},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user