Add debug statement
This commit is contained in:
parent
f820cc7867
commit
00d40f4525
@ -16,6 +16,8 @@ pub enum Tool {
|
||||
|
||||
impl AbstractTree for Tool {
|
||||
fn from_syntax_node(source: &str, node: Node) -> Result<Self> {
|
||||
debug_assert_eq!("tool", node.kind());
|
||||
|
||||
fn parse_expressions(source: &str, node: Node) -> Result<Vec<Expression>> {
|
||||
let mut expressions = Vec::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user