Skip to content

Commit

Permalink
change trait bounds for Arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
grandima committed Oct 29, 2024
1 parent 2f79d06 commit b6a3140
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/primitives/src/signature/super_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ pub trait ArbitrarySuperSig {}

#[cfg(feature = "arbitrary")]
pub trait ArbitrarySuperSig:
arbitrary::Arbitrary
+ proptest::arbitrary::Arbitrary<Parameters=(),Strategy=proptest::strategy::FilterMap<
<(U256, U256, Parity) as proptest::arbitrary::Arbitrary>::Strategy,
fn((U256, U256, Parity)) -> Option<Self>,
>> {}
arbitrary::Arbitrary {}

0 comments on commit b6a3140

Please sign in to comment.