mirror of
https://github.com/alacritty/alacritty
synced 2024-11-04 17:07:41 +00:00
Remove unnecessary feature
Proc_macro has been stable since 1.15.0, attribute no longer needed.
This commit is contained in:
parent
e2741adfbe
commit
77f95f1477
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
|||
#![cfg_attr(test, feature(test))]
|
||||
#![cfg_attr(feature = "nightly", feature(core_intrinsics))]
|
||||
|
||||
#![feature(proc_macro)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
|
|
Loading…
Reference in a new issue