summaryrefslogtreecommitdiffstats
path: root/src/gates.rs
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-24 18:52:01 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-24 18:52:01 -0400
commit746f228321d7f5508677f9eb05694d2359cee20a (patch)
tree0f0cadd129a0e224a8c3885079822ae29876e861 /src/gates.rs
parentLoad the images directly into the executable (diff)
downloadstallman-shooter-746f228321d7f5508677f9eb05694d2359cee20a.tar.zst
Fix a typo which prevented compiling
Jesus I should try to test things before I push them.
Diffstat (limited to 'src/gates.rs')
-rw-r--r--src/gates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gates.rs b/src/gates.rs
index 99133c3..83cc9bc 100644
--- a/src/gates.rs
+++ b/src/gates.rs
@@ -1,4 +1,4 @@
-/xtern crate rand;
+extern crate rand;
extern crate std;
use super::state;