We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24130bb commit 4ac2b47Copy full SHA for 4ac2b47
src/lib.rs
@@ -165,7 +165,7 @@ macro_rules! fuzz_target {
165
/// Auto-generated function
166
#[no_mangle]
167
pub extern "C" fn rust_fuzzer_test_input(bytes: &[u8]) {
168
- use libfuzzer_sys::arbitrary::{Arbitrary, Unstructured};
+ use $crate::arbitrary::{Arbitrary, Unstructured};
169
170
// Early exit if we don't have enough bytes for the `Arbitrary`
171
// implementation. This helps the fuzzer avoid exploring all the
0 commit comments