diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-24 18:52:01 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-24 18:52:01 -0400 |
| commit | 746f228321d7f5508677f9eb05694d2359cee20a (patch) | |
| tree | 0f0cadd129a0e224a8c3885079822ae29876e861 /src | |
| parent | d98c24f00ffe08a067040b7efaa934c2efc1bfac (diff) | |
| download | stallman-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')
| -rw-r--r-- | src/gates.rs | 2 |
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; |
