Fix unused import (#1691)
This commit is contained in:
parent
4a94bcb806
commit
903a242e3e
@ -7,7 +7,9 @@ use alloc::{string::String, vec::Vec};
|
||||
mod mutators;
|
||||
pub use mutators::*;
|
||||
|
||||
#[cfg(feature = "libfuzzer_oom")]
|
||||
mod observers;
|
||||
#[cfg(feature = "libfuzzer_oom")]
|
||||
pub use observers::*;
|
||||
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user