We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565c3d9 commit 6d37e59Copy full SHA for 6d37e59
libafl/src/observers/map.rs
@@ -354,12 +354,12 @@ pub mod macros {
354
/// # use core::marker::PhantomData;
355
/// #
356
/// # struct MyCustomScheduler<C, O> {
357
- /// # phantom: PhantomData<(O, A)>,
+ /// # phantom: PhantomData<(C, O)>,
358
/// # }
359
360
/// impl<C, O> MyCustomScheduler<C, O> where O: MapObserver, C: AsRef<O> + CanTrack {
361
- /// pub fn new(obs: &A) -> Self {
362
- /// require_novelties_tracking!("MyCustomScheduler", A);
+ /// pub fn new(obs: &C) -> Self {
+ /// require_novelties_tracking!("MyCustomScheduler", C);
363
/// todo!("Construct your type")
364
/// }
365
0 commit comments