From 0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 10 Aug 2019 17:47:26 +0200 Subject: Drop attribute no longer needed from lib. Feature has been stabilized so no need to explicitly enable it anymore. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d861aaf..c836273 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -#![feature(proc_macro_hygiene, decl_macro, uniform_paths)] +#![feature(proc_macro_hygiene, decl_macro)] #[macro_use] extern crate diesel; -- cgit v1.2.3