Removed old diesel workaround

This commit is contained in:
Antoine Gersant 2020-01-04 09:34:09 -08:00
parent 28bb240ae0
commit cbb7e7b97c

View file

@ -1,6 +1,5 @@
#![recursion_limit = "256"]
#![feature(proc_macro_hygiene, decl_macro)]
#![allow(proc_macro_derive_resolution_fallback)]
#[macro_use]
extern crate diesel;