Skip to content

Commit

Permalink
remove redundant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 18, 2024
1 parent d9ddf82 commit 8d238af
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 8d238af

Please sign in to comment.