From a35a20dff4de3cfd91de51846a6929e419b1cba5 Mon Sep 17 00:00:00 2001 From: aarnav Date: Mon, 28 Oct 2024 15:59:16 +0100 Subject: [PATCH] clippy --- libafl/src/stages/afl_stats.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libafl/src/stages/afl_stats.rs b/libafl/src/stages/afl_stats.rs index 01bebdb695..c06add1746 100644 --- a/libafl/src/stages/afl_stats.rs +++ b/libafl/src/stages/afl_stats.rs @@ -261,6 +261,7 @@ where ::Scheduler: HasQueueCycles, <::State as HasCorpus>::Corpus: Corpus, { + #[allow(clippy::too-many-lines)] fn perform( &mut self, fuzzer: &mut Z,