Skip to content

Commit

Permalink
Remove outdated doc (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster authored Dec 18, 2024
1 parent 365ee1c commit 57cecca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libafl/src/stages/mutational.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 57cecca

Please sign in to comment.