diff options
author | Joe Wilm <joe@jwilm.com> | 2017-10-14 23:31:08 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-10-14 23:31:08 -0700 |
commit | f7cb0009ccf0c895523655d22f167399dcc573ba (patch) | |
tree | 30b47894cf294bbe33c22930bd74271e20b08a47 | |
parent | e8f5ab89ee0b6810649f76c6dbd15ee1105554e8 (diff) | |
download | alacritty-f7cb0009ccf0c895523655d22f167399dcc573ba.tar.gz alacritty-f7cb0009ccf0c895523655d22f167399dcc573ba.zip |
Drop nightly feature
Forgot to remove after being done with valgrind
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 129c1618..ca7a40c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,6 @@ //! Alacritty - The GPU Enhanced Terminal #![cfg_attr(feature = "clippy", plugin(clippy))] #![cfg_attr(feature = "clippy", feature(plugin))] -#![feature(alloc_system)] extern crate alloc_system; #[macro_use] extern crate alacritty; |