Remove UsesState from libafl-fuzz (#2849)

This commit is contained in:
Dongjia "toka" Zhang 2025-01-15 20:18:24 +01:00 committed by GitHub
parent 9fd5af76c3
commit cfe051e5d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,7 +263,6 @@ impl<S, OT, FSV, NYX, EM, Z> Executor<EM, <S::Corpus as Corpus>::Input, S, Z>
for SupportedExecutors<S, OT, FSV, NYX>
where
S: HasCorpus,
EM: UsesState<State = S>,
NYX: Executor<EM, <S::Corpus as Corpus>::Input, S, Z>,
FSV: Executor<EM, <S::Corpus as Corpus>::Input, S, Z>,
{