Skip to content

Commit b24db9c

Browse files
vanhauser-thcsmoelius
authored andcommitted
fix
1 parent b0c9606 commit b24db9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afl/examples/maze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaac
88
#![allow(clippy::manual_assert, clippy::cast_possible_truncation)]
99

1010
#[cfg(fuzzing)]
11-
use afl::{ijon_hashint, ijon_set};
11+
use afl::{ijon_hashint, ijon_hashstr, ijon_set};
1212

1313
fn main() {
1414
afl::fuzz!(|data: &[u8]| {

0 commit comments

Comments
 (0)