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 61842e0 commit b0c9606Copy full SHA for b0c9606
afl/examples/maze.rs
@@ -5,7 +5,7 @@ Solution to the maze:
5
cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaacccccccccccccccccccccccccccccdddddddddddddddddddddddddddddbbbbbbbbbbbbbbbd
6
*/
7
8
-#![allow(clippy::cast_possible_truncation)]
+#![allow(clippy::manual_assert, clippy::cast_possible_truncation)]
9
10
#[cfg(fuzzing)]
11
use afl::{ijon_hashint, ijon_set};
0 commit comments