chore: remove unused UnaryPlus expr

This commit is contained in:
Ryan Chandler 2022-12-09 22:38:09 +00:00
parent 91faaafdf9
commit 6d27fd3746
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -496,10 +496,6 @@ pub enum Expression {
YieldFrom {
value: Box<Self>,
},
UnaryPlus {
span: Span,
value: Box<Self>,
},
BitwiseNot {
span: Span,
value: Box<Self>,