Fix unused import (#1691)

This commit is contained in:
Dongjia "toka" Zhang 2023-11-22 21:04:05 +01:00 committed by GitHub
parent 4a94bcb806
commit 903a242e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" {