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