mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-02 17:21:22 +00:00
clippy
This commit is contained in:
parent
c7babd748a
commit
e5bc0bba4b
1 changed files with 1 additions and 4 deletions
|
@ -6,16 +6,13 @@ use anyhow::{anyhow, Context};
|
||||||
use diesel::{
|
use diesel::{
|
||||||
connection::SimpleConnection,
|
connection::SimpleConnection,
|
||||||
dsl::exists,
|
dsl::exists,
|
||||||
expression::IntoSql,
|
migration::{Migration, MigrationVersion},
|
||||||
migration::{Migration, MigrationSource, MigrationVersion},
|
|
||||||
pg::Pg,
|
pg::Pg,
|
||||||
select,
|
select,
|
||||||
sql_types,
|
|
||||||
update,
|
update,
|
||||||
BoolExpressionMethods,
|
BoolExpressionMethods,
|
||||||
Connection,
|
Connection,
|
||||||
ExpressionMethods,
|
ExpressionMethods,
|
||||||
NullableExpressionMethods,
|
|
||||||
PgConnection,
|
PgConnection,
|
||||||
QueryDsl,
|
QueryDsl,
|
||||||
RunQueryDsl,
|
RunQueryDsl,
|
||||||
|
|
Loading…
Reference in a new issue