Removed unused trait bounds from BytesSwapMutator (#688)
This commit is contained in:
parent
66b5fe8678
commit
fbcfc9fe20
@ -855,7 +855,7 @@ pub struct BytesSwapMutator;
|
||||
impl<I, S> Mutator<I, S> for BytesSwapMutator
|
||||
where
|
||||
I: Input + HasBytesVec,
|
||||
S: HasRand + HasCorpus<I> + HasMaxSize,
|
||||
S: HasRand,
|
||||
{
|
||||
fn mutate(
|
||||
&mut self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user