Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Nov 26, 2024
1 parent 5bf581d commit 3f8a23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/executors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use serde::{Deserialize, Serialize};
pub use shadow::ShadowExecutor;
pub use with_observers::WithObservers;

use crate::{observers::ObserversTuple, state::UsesState, Error};
use crate::{state::UsesState, Error};

pub mod combined;
#[cfg(all(feature = "std", any(unix, doc)))]
Expand Down

0 comments on commit 3f8a23f

Please sign in to comment.