From 357b807c338b76be841f26cc9899d3caf5875b65 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Sun, 11 Apr 2021 04:07:58 +0200 Subject: [PATCH] clippy warning muted --- libafl/src/stages/mutational.rs | 1 + 1 file changed, 1 insertion(+) 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,