Skip to content

Commit 86d8d2a

Browse files
committed
fmt
1 parent bc683c6 commit 86d8d2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

afl/examples/maze.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ The maze:
3737
cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaacccccccccccccccccccccccccccccdddddddddddddddddddddddddddddbbbbbbbbbbbbbbbd
3838
*/
3939

40-
#![allow(clippy::too_many_lines, clippy::manual_assert, clippy::cast_possible_truncation)]
40+
#![allow(
41+
clippy::too_many_lines,
42+
clippy::manual_assert,
43+
clippy::cast_possible_truncation
44+
)]
4145

4246
use afl::ijon_hashint;
4347
use afl::ijon_hashstr;

0 commit comments

Comments
 (0)