Skip to content

Commit

Permalink
Fix docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 15, 2024
1 parent a2fa10c commit 30e1db4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libafl/src/mutators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ impl From<i32> for MutationId {
/// Result of the mutation.
///
/// [`MutationResult::Skipped`] does not necessarily mean that the input changed,
/// just that the mutator did something.
#[cfg(feature = "std")]
/// For slow targets, consider wrapping your mutator in a [`hash::HashMutator`]
/// just that the mutator did something. For slow targets, consider wrapping your
/// mutator in a [`hash::HashMutator`].
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum MutationResult {
/// The [`Mutator`] executed on this `Input`. It may still be the same.
Expand Down

0 comments on commit 30e1db4

Please sign in to comment.