summaryrefslogtreecommitdiff
path: root/src/command.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-04-18 22:17:47 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-04-18 22:17:47 +0200
commitf3a65c87313d2952f83d5f43327260b7a9ab81cc (patch)
tree9008ab94fbd332903a4c7094e1abc6baba7336ca /src/command.rs
parent5009074b5ba323e5312e999d766a01120990a61e (diff)
Shortest path on replays
Diffstat (limited to 'src/command.rs')
-rw-r--r--src/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.rs b/src/command.rs
index f95ef98..1858202 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -1,6 +1,6 @@
use std::fmt;
-#[derive(Clone, Copy, Debug, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
pub enum Command {
Nothing,
Accelerate,