fix warning

pull/1335/head
Felix Ableitner 4 years ago
parent 0c89e9c2d6
commit 5ae3f59092

@ -4,6 +4,8 @@ extern crate diesel;
extern crate strum_macros;
#[macro_use]
extern crate lazy_static;
// this is used in tests
#[allow(unused_imports)]
#[macro_use]
extern crate diesel_migrations;

Loading…
Cancel
Save