mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
fix warning
This commit is contained in:
parent
0c89e9c2d6
commit
5ae3f59092
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue