From 57cecca92787e5f5c252da0a05c13f350f8c17da Mon Sep 17 00:00:00 2001 From: Valentin Huber Date: Wed, 18 Dec 2024 16:53:14 +0100 Subject: [PATCH] Remove outdated doc (#2778) --- libafl/src/stages/mutational.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/libafl/src/stages/mutational.rs b/libafl/src/stages/mutational.rs index 5e67897a85..b5347eccd2 100644 --- a/libafl/src/stages/mutational.rs +++ b/libafl/src/stages/mutational.rs @@ -226,9 +226,6 @@ where } /// Creates a new transforming mutational stage with the given max iterations - /// - /// # Errors - /// Will return [`Error::IllegalArgument`] for `max_iterations` of 0. #[inline] pub fn transforming_with_max_iterations(mutator: M, max_iterations: NonZeroUsize) -> Self { let stage_id = unsafe {