Remove outdated doc (#2778)

This commit is contained in:
Valentin Huber 2024-12-18 16:53:14 +01:00 committed by GitHub
parent 365ee1c850
commit 57cecca927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {