This commit is contained in:
Volodymyr Patuta 2020-10-28 19:18:31 +01:00
parent b8929887b5
commit cd15d12549
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ impl Robot {
Orientation::S => self.p.y -= 1, Orientation::S => self.p.y -= 1,
Orientation::W => self.p.x -= 1, Orientation::W => self.p.x -= 1,
}, },
_ => (), _ => (), // never happens 😉
}, },
None => (), None => (),
} }