Skip to content

Commit aa59442

Browse files
committed
removing more unnecessary constraints
1 parent 3c20bb8 commit aa59442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/mutators/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl Named for NopMutator {
399399
}
400400

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

0 commit comments

Comments
 (0)