remove clone
This commit is contained in:
parent
6b8606f78f
commit
6a51bb9cb2
1 changed files with 1 additions and 1 deletions
|
@ -1992,7 +1992,7 @@ impl<'ast, T: Field> Flattener<'ast, T> {
|
|||
statements_flattened.push_back(FlatStatement::Condition(
|
||||
e.field.clone().unwrap(),
|
||||
sum.clone(),
|
||||
error.clone(),
|
||||
error,
|
||||
));
|
||||
|
||||
// truncate to the `to` lowest bits
|
||||
|
|
Loading…
Reference in a new issue