From 746f228321d7f5508677f9eb05694d2359cee20a Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Fri, 24 Aug 2018 18:52:01 -0400 Subject: Fix a typo which prevented compiling Jesus I should try to test things before I push them. --- src/gates.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gates.rs') 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; -- cgit v1.3.1