mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: remove unused UnaryPlus expr
This commit is contained in:
parent
91faaafdf9
commit
6d27fd3746
@ -496,10 +496,6 @@ pub enum Expression {
|
||||
YieldFrom {
|
||||
value: Box<Self>,
|
||||
},
|
||||
UnaryPlus {
|
||||
span: Span,
|
||||
value: Box<Self>,
|
||||
},
|
||||
BitwiseNot {
|
||||
span: Span,
|
||||
value: Box<Self>,
|
||||
|
Loading…
Reference in New Issue
Block a user