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 b0c9606 commit b24db9cCopy full SHA for b24db9c
afl/examples/maze.rs
@@ -8,7 +8,7 @@ cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaac
8
#![allow(clippy::manual_assert, clippy::cast_possible_truncation)]
9
10
#[cfg(fuzzing)]
11
-use afl::{ijon_hashint, ijon_set};
+use afl::{ijon_hashint, ijon_hashstr, ijon_set};
12
13
fn main() {
14
afl::fuzz!(|data: &[u8]| {
0 commit comments