diff --git a/libafl/src/stages/mutational.rs b/libafl/src/stages/mutational.rs index f8024b1fe3..0809f938d8 100644 --- a/libafl/src/stages/mutational.rs +++ b/libafl/src/stages/mutational.rs @@ -39,6 +39,7 @@ where fn iterations(&self, state: &mut S) -> usize; /// 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( &mut self, state: &mut S,