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 cfc9c3d commit 4d3b9c7Copy full SHA for 4d3b9c7
src/bin/06.rs
@@ -68,7 +68,6 @@ fn does_start_pos_loop(grid: &Grid<char>, start_pos: Point) -> bool {
68
direction: UP,
69
};
70
let mut visited = FxHashSet::with_capacity_and_hasher(10_000, Default::default());
71
- //let mut visited = FnvIndexSet::<Guard, 10_000>::new();
72
visited.insert(guard.clone());
73
74
while let Some(new_guard) = guard.turn(grid) {
0 commit comments