migrate ra_hir to the new rowan
This commit is contained in:
@@ -75,7 +75,7 @@ impl<T> Parse<T> {
|
||||
Parse { green, errors: Arc::new(errors), _ty: PhantomData }
|
||||
}
|
||||
|
||||
fn syntax_node(&self) -> SyntaxNode {
|
||||
pub fn syntax_node(&self) -> SyntaxNode {
|
||||
SyntaxNode::new(self.green.clone())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user