Skip to content

Commit d0acc3e

Browse files
authored
Add doc (#3171)
1 parent 03a49fa commit d0acc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libafl/src/fuzzer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ where
583583

584584
/// A trait to determine if a input should be run or not
585585
pub trait InputFilter<I> {
586+
/// should run execution for this input or no
586587
fn should_execute(&mut self, input: &I) -> bool;
587588
}
588589

0 commit comments

Comments
 (0)