clippy warning muted
This commit is contained in:
parent
9bc22d0331
commit
357b807c33
@ -39,6 +39,7 @@ where
|
|||||||
fn iterations(&self, state: &mut S) -> usize;
|
fn iterations(&self, state: &mut S) -> usize;
|
||||||
|
|
||||||
/// Runs this (mutational) stage for the given testcase
|
/// Runs this (mutational) stage for the given testcase
|
||||||
|
#[allow(clippy::clippy::cast_possible_wrap)] // more than i32 stages on 32 bit system - highly unlikely...
|
||||||
fn perform_mutational(
|
fn perform_mutational(
|
||||||
&mut self,
|
&mut self,
|
||||||
state: &mut S,
|
state: &mut S,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user