mirror of https://github.com/LemmyNet/lemmy.git
fix warning
parent
0c89e9c2d6
commit
5ae3f59092
|
@ -4,6 +4,8 @@ extern crate diesel;
|
||||||
extern crate strum_macros;
|
extern crate strum_macros;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
// this is used in tests
|
||||||
|
#[allow(unused_imports)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate diesel_migrations;
|
extern crate diesel_migrations;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue