Skip to content

Commit

Permalink
Fix some bitrot in enter_grain
Browse files Browse the repository at this point in the history
with #![feature(alloc_system)] I get an error from the rust toolchain
that the feature has been removed. We don't appear to actually be using
this anyway, so let's just remove it.
  • Loading branch information
zenhack committed Jan 31, 2020
1 parent bc0860e commit 6abf69b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion helpers/enter-grain-source/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions helpers/enter-grain-source/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![feature(alloc_system)]
extern crate alloc_system;

// use std::env;
use std::fs::File;
use std::io::Read;
Expand Down
Binary file modified helpers/enter_grain
Binary file not shown.
2 changes: 1 addition & 1 deletion helpers/enter_grain.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11198904136a7e8079d41ef50af613d21786b5b8 enter_grain
892d22f0f5549b223681ab23ee8efac6f318ba4e enter_grain

0 comments on commit 6abf69b

Please sign in to comment.