Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Apr 3, 2023
1 parent 1393a9c commit 23e8900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_gadgets/src/ecc/chip/mul_fixed/short.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ pub mod tests {
let column = config.advices[0];

//let short_config = config.mul_fixed_short.clone();
let base = Point::new(chip.clone(), layouter.namespace(|| "load base"), self.base)?;
let base = Point::new(chip, layouter.namespace(|| "load base"), self.base)?;

let sign =
self.load_private(layouter.namespace(|| "load sign"), column, self.sign)?;
Expand Down

0 comments on commit 23e8900

Please sign in to comment.