remove another unecessary HasTargetBytes constraint (#2743)
This commit is contained in:
parent
2758a1c2fb
commit
8a91a2e5df
@ -16,7 +16,6 @@ use libafl::{
|
|||||||
corpus::Testcase,
|
corpus::Testcase,
|
||||||
executors::ExitKind,
|
executors::ExitKind,
|
||||||
feedbacks::{Feedback, StateInitializer},
|
feedbacks::{Feedback, StateInitializer},
|
||||||
inputs::HasTargetBytes,
|
|
||||||
observers::Observer,
|
observers::Observer,
|
||||||
state::State,
|
state::State,
|
||||||
Error, HasMetadata,
|
Error, HasMetadata,
|
||||||
@ -652,7 +651,6 @@ impl<S> StateInitializer<S> for AsanErrorsFeedback<S> {}
|
|||||||
impl<EM, OT, S> Feedback<EM, S::Input, OT, S> for AsanErrorsFeedback<S>
|
impl<EM, OT, S> Feedback<EM, S::Input, OT, S> for AsanErrorsFeedback<S>
|
||||||
where
|
where
|
||||||
S: State + Debug,
|
S: State + Debug,
|
||||||
S::Input: HasTargetBytes,
|
|
||||||
OT: MatchNameRef,
|
OT: MatchNameRef,
|
||||||
{
|
{
|
||||||
#[allow(clippy::wrong_self_convention)]
|
#[allow(clippy::wrong_self_convention)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user