Removed unused trait bounds from BytesSwapMutator (#688)

This commit is contained in:
z2_ 2022-07-01 07:58:58 +02:00 committed by GitHub
parent 66b5fe8678
commit fbcfc9fe20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -855,7 +855,7 @@ pub struct BytesSwapMutator;
impl<I, S> Mutator<I, S> for BytesSwapMutator impl<I, S> Mutator<I, S> for BytesSwapMutator
where where
I: Input + HasBytesVec, I: Input + HasBytesVec,
S: HasRand + HasCorpus<I> + HasMaxSize, S: HasRand,
{ {
fn mutate( fn mutate(
&mut self, &mut self,