⬆️ rowan
This commit is contained in:
@@ -478,7 +478,7 @@ fn ast_from_text<N: AstNode>(text: &str) -> N {
|
||||
}
|
||||
|
||||
fn unroot(n: SyntaxNode) -> SyntaxNode {
|
||||
SyntaxNode::new_root(n.green().clone())
|
||||
SyntaxNode::new_root(n.green().to_owned())
|
||||
}
|
||||
|
||||
pub mod tokens {
|
||||
|
||||
Reference in New Issue
Block a user