fix: remove assertion in traverser (#77)
This commit is contained in:
parent
cf0f5ce3e4
commit
8c3ca13e8a
1 changed files with 1 additions and 7 deletions
|
|
@ -205,13 +205,7 @@ pub trait Traverser {
|
|||
take_control!();
|
||||
}
|
||||
}
|
||||
NODE_PROPERTY | AFFILIATED_KEYWORD => {}
|
||||
|
||||
kind => debug_assert!(
|
||||
!kind.is_element() && !kind.is_object(),
|
||||
"{:?} is not handled",
|
||||
kind
|
||||
),
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
SyntaxElement::Token(token) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue