Remove outdated doc (#2778)
This commit is contained in:
parent
365ee1c850
commit
57cecca927
@ -226,9 +226,6 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new transforming mutational stage with the given max iterations
|
/// Creates a new transforming mutational stage with the given max iterations
|
||||||
///
|
|
||||||
/// # Errors
|
|
||||||
/// Will return [`Error::IllegalArgument`] for `max_iterations` of 0.
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn transforming_with_max_iterations(mutator: M, max_iterations: NonZeroUsize) -> Self {
|
pub fn transforming_with_max_iterations(mutator: M, max_iterations: NonZeroUsize) -> Self {
|
||||||
let stage_id = unsafe {
|
let stage_id = unsafe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user