proc macro feature no longer needed

This commit is contained in:
greg 2018-09-10 21:28:34 -07:00
parent 015840ac38
commit 23c54ae186
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;