fix warning

This commit is contained in:
Felix Ableitner 2020-12-11 18:43:34 +01:00
parent 0c89e9c2d6
commit 5ae3f59092

View file

@ -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;