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 d1f00bb commit bc683c6Copy full SHA for bc683c6
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