Proc macros are stable now

This commit is contained in:
greg 2018-09-21 19:46:31 -07:00
parent f9f29dd0dd
commit 693766fa59
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#![feature(trace_macros)]
#![feature(slice_patterns, box_patterns, box_syntax)]
#![feature(proc_macro)]
extern crate itertools;
#[macro_use]
extern crate lazy_static;