mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-04 17:23:17 +00:00
Remove useless clone
This commit is contained in:
parent
1d92191227
commit
0541956942
@ -192,7 +192,7 @@ impl<F: Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
pub fn exp_from_complement_bits(
|
||||
&mut self,
|
||||
base: Target,
|
||||
exponent_bits: impl ExactSizeIterator<Item = impl Borrow<Target>> + Clone,
|
||||
exponent_bits: impl ExactSizeIterator<Item = impl Borrow<Target>>,
|
||||
) -> Target {
|
||||
let mut current = base;
|
||||
let one_ext = self.one_extension();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user