From cbb7e7b97cc4db95c5791c5128945aad3169d2a9 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 4 Jan 2020 09:34:09 -0800 Subject: [PATCH] Removed old diesel workaround --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c3232b0..07d989d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,5 @@ #![recursion_limit = "256"] #![feature(proc_macro_hygiene, decl_macro)] -#![allow(proc_macro_derive_resolution_fallback)] #[macro_use] extern crate diesel;