rocket does not need decl_macro anymore

This commit is contained in:
Igor Galić 2020-01-22 22:41:36 +01:00
parent ec9b699c6e
commit 75722abc9e
No known key found for this signature in database
GPG Key ID: ACFEFF7F6A123A86

View File

@ -1,5 +1,5 @@
#![allow(clippy::too_many_arguments)]
#![feature(decl_macro, proc_macro_hygiene, try_trait)]
#![feature(proc_macro_hygiene, try_trait)]
#[macro_use]
extern crate gettext_macros;