Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b3378b

Browse files
Fix lint
1 parent 076ea1a commit 4b3378b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/year2019/day20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub fn parse(input: &str) -> Maze {
119119

120120
if visited[next_index] != start {
121121
match tiles[next_index] {
122-
Tile::Wall => continue,
122+
Tile::Wall => (),
123123
Tile::Open => {
124124
todo.push_back((next_index, next_steps));
125125
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /