Skip to content

Commit 685cdb2

Browse files
committed
another windows shit
1 parent 7d8853d commit 685cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/executors/inprocess.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ where
256256
H: FnMut(&<S as UsesInput>::Input) -> ExitKind + ?Sized,
257257
HB: BorrowMut<H>,
258258
OT: ObserversTuple<S>,
259-
S: HasExecutions + HasSolutions + HasClientPerfMonitor + HasCorpus,
259+
S: HasExecutions + HasSolutions + HasCorpus,
260260
{
261261
/// the timeout handler
262262
#[inline]

0 commit comments

Comments
 (0)