Skip to content

Commit

Permalink
Remove redundant trait bound from RecursiveChip
Browse files Browse the repository at this point in the history
  • Loading branch information
staslyakhov authored and b13decker committed Mar 7, 2024
1 parent 3fa7f12 commit 8f1a73c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion halo2_gadgets/src/recursive_chip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ impl<
> DefaultRecursiveChip<FP, D, R, L>
where
FP: FixedPoints<C>,
<FP as FixedPoints<C>>::FullScalar: FixedPoint<C>,
<FP as FixedPoints<C>>::Base: FixedPoint<C, FixedScalarKind = BaseFieldElem>,
<FP as FixedPoints<C>>::FullScalar: FixedPoint<C, FixedScalarKind = FullScalar>,
<FP as FixedPoints<C>>::ShortScalar: FixedPoint<C, FixedScalarKind = ShortScalar>,
Expand Down

0 comments on commit 8f1a73c

Please sign in to comment.