-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
11198904136a7e8079d41ef50af613d21786b5b8 enter_grain | ||
892d22f0f5549b223681ab23ee8efac6f318ba4e enter_grain |