From 75722abc9e38df1ac4bbf68144387714bbd772fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Wed, 22 Jan 2020 22:41:36 +0100 Subject: [PATCH] rocket does not need decl_macro anymore --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4d2f3d52..27b1282b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;