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