Drop nightly feature

Forgot to remove after being done with valgrind
This commit is contained in:
Joe Wilm 2017-10-14 23:31:08 -07:00
parent e8f5ab89ee
commit f7cb0009cc
1 changed files with 0 additions and 1 deletions

View File

@ -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;