Skip to content

Commit eb63e2a

Browse files
committed
clippy
1 parent b6ec573 commit eb63e2a

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)