rocket does not need decl_macro anymore

This commit is contained in:
Igor Galić
2020-05-06 22:17:23 +02:00
parent ec9b699c6e
commit 75722abc9e
+1 -1
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;