mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +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;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
// this is used in tests
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
extern crate diesel_migrations;
|
||||
|
||||
|
|
Loading…
Reference in a new issue