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
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user