Skip to content

Commit b0c9606

Browse files
vanhauser-thcsmoelius
authored andcommitted
clippy
1 parent 61842e0 commit b0c9606

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
@@ -5,7 +5,7 @@ Solution to the maze:
55
cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaacccccccccccccccccccccccccccccdddddddddddddddddddddddddddddbbbbbbbbbbbbbbbd
66
*/
77

8-
#![allow(clippy::cast_possible_truncation)]
8+
#![allow(clippy::manual_assert, clippy::cast_possible_truncation)]
99

1010
#[cfg(fuzzing)]
1111
use afl::{ijon_hashint, ijon_set};

0 commit comments

Comments
 (0)