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;
|
mod mutators;
|
||||||
pub use mutators::*;
|
pub use mutators::*;
|
||||||
|
|
||||||
|
#[cfg(feature = "libfuzzer_oom")]
|
||||||
mod observers;
|
mod observers;
|
||||||
|
#[cfg(feature = "libfuzzer_oom")]
|
||||||
pub use observers::*;
|
pub use observers::*;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user