Skip to content

Commit

Permalink
removing more unnecessary constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Oct 8, 2024
1 parent e646a0d commit bdb77e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/mutators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl Named for NopMutator {
}

/// Extensions of [`crate::inputs::Input`]s that have default mutators
pub trait DefaultMutators<MT>: Sized {
pub trait DefaultMutators<MT> {
/// Get the default mutators for this type
#[must_use]
fn default_mutators() -> MT;
Expand Down

0 comments on commit bdb77e8

Please sign in to comment.