mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: remove unused BooleanNot expression
This commit is contained in:
parent
01301e9c2c
commit
68d2ec6702
@ -465,10 +465,6 @@ pub enum Expression {
|
||||
index: Option<Box<Self>>,
|
||||
},
|
||||
Null,
|
||||
BooleanNot {
|
||||
span: Span,
|
||||
value: Box<Self>,
|
||||
},
|
||||
MagicConst {
|
||||
span: Span,
|
||||
constant: MagicConst,
|
||||
|
Loading…
Reference in New Issue
Block a user