mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Drop nightly feature
Forgot to remove after being done with valgrind
This commit is contained in:
parent
e8f5ab89ee
commit
f7cb0009cc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue