Remove use of nightly features

This commit is contained in:
est31 2019-09-28 02:07:09 +02:00
parent 1183d28b15
commit 7a124518c3

View File

@ -1,5 +1,3 @@
#![feature(generators)]
#![feature(proc_macro_hygiene)]
#![recursion_limit = "512"]
#[macro_use]