Allow IgnoreParent to be dead code.
This commit is contained in:
parent
77d8c5e029
commit
cee12b7512
@ -117,6 +117,7 @@ pub struct PreviousElementNode<'r> {
|
||||
#[derive(Clone)]
|
||||
pub enum ChainBehavior<'r> {
|
||||
AndParent(Option<&'r Matcher>),
|
||||
#[allow(dead_code)]
|
||||
IgnoreParent(Option<&'r Matcher>),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user