Skip to content

Commit bc683c6

Browse files
committed
clippy
1 parent d1f00bb commit bc683c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

afl/examples/maze.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The maze:
3737
cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaacccccccccccccccccccccccccccccdddddddddddddddddddddddddddddbbbbbbbbbbbbbbbd
3838
*/
3939

40+
#![allow(clippy::too_many_lines, clippy::manual_assert, clippy::cast_possible_truncation)]
41+
4042
use afl::ijon_hashint;
4143
use afl::ijon_hashstr;
4244
use afl::ijon_set;

0 commit comments

Comments
 (0)