Minor cleanup

This commit is contained in:
2023-08-01 09:07:33 -07:00
parent 8059714319
commit 2949b07d7c
6 changed files with 6 additions and 7 deletions

View File

@ -127,7 +127,7 @@ impl Expression {
| Expression::Constant(l, _)
| Expression::Variable(l, _)
| Expression::Operator(l, _,_)
=> { l.clone() }
=> { *l }
}
}