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 eb63e2a commit e3d369eCopy full SHA for e3d369e
afl/examples/maze.rs
@@ -37,7 +37,11 @@ The maze:
37
cddbddcccacaaaccaaaaaabbbbbbbbbbaaccccccccccccaaccaabbbbbbbbbbbbbbbbbbbbbbbbbaacccccccccccccccccccccccccccccdddddddddddddddddddddddddddddbbbbbbbbbbbbbbbd
38
*/
39
40
-#![allow(clippy::too_many_lines, clippy::manual_assert, clippy::cast_possible_truncation)]
+#![allow(
41
+ clippy::too_many_lines,
42
+ clippy::manual_assert,
43
+ clippy::cast_possible_truncation
44
+)]
45
46
use afl::ijon_hashint;
47
use afl::ijon_hashstr;
0 commit comments