mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 21:01:23 +00:00
Fixing imports.
This commit is contained in:
parent
f7592fdf34
commit
e5f9a3e966
1 changed files with 2 additions and 1 deletions
|
@ -12,11 +12,12 @@ use crate::{
|
||||||
utils::{get_conn, DbPool},
|
utils::{get_conn, DbPool},
|
||||||
};
|
};
|
||||||
use diesel::{
|
use diesel::{
|
||||||
|
dsl::exists,
|
||||||
insert_into,
|
insert_into,
|
||||||
result::Error,
|
result::Error,
|
||||||
|
select,
|
||||||
ExpressionMethods,
|
ExpressionMethods,
|
||||||
NotFound,
|
NotFound,
|
||||||
OptionalExtension,
|
|
||||||
QueryDsl,
|
QueryDsl,
|
||||||
};
|
};
|
||||||
use diesel_async::{AsyncPgConnection, RunQueryDsl};
|
use diesel_async::{AsyncPgConnection, RunQueryDsl};
|
||||||
|
|
Loading…
Reference in a new issue