Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Jun 17, 2024
1 parent d9f0683 commit 8054d80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libafl/src/events/launcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ use crate::events::multi_machine::TcpMultiMachineBuilder;
#[cfg(all(unix, feature = "std", feature = "fork"))]
use crate::events::{centralized::CentralizedEventManager, CentralizedLlmpHook};
#[cfg(all(unix, feature = "std", feature = "fork"))]
use crate::inputs::UsesInput;
use crate::observers::TimeObserver;
#[cfg(all(unix, feature = "std", feature = "fork"))]
use crate::state::UsesState;
#[cfg(feature = "std")]
use crate::{
Expand All @@ -72,7 +75,6 @@ use crate::{
state::{HasExecutions, State},
Error,
};
use crate::{inputs::UsesInput, observers::TimeObserver};

/// The (internal) `env` that indicates we're running as client.
const _AFL_LAUNCHER_CLIENT: &str = "AFL_LAUNCHER_CLIENT";
Expand Down

0 comments on commit 8054d80

Please sign in to comment.