Drop diesel as external crate (for now); fixes warning

This commit is contained in:
Paul van Tilburg 2020-07-14 16:58:27 +02:00
parent e6bbb62c07
commit 2748224d48
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#![recursion_limit = "256"]
#![feature(proc_macro_hygiene, decl_macro)]
#[macro_use]
extern crate diesel;
use rocket::{catchers, routes, Rocket};
use rocket_contrib::serve::StaticFiles;