mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 06:41:18 +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::{
|
||||
connection::SimpleConnection,
|
||||
dsl::exists,
|
||||
expression::IntoSql,
|
||||
migration::{Migration, MigrationSource, MigrationVersion},
|
||||
migration::{Migration, MigrationVersion},
|
||||
pg::Pg,
|
||||
select,
|
||||
sql_types,
|
||||
update,
|
||||
BoolExpressionMethods,
|
||||
Connection,
|
||||
ExpressionMethods,
|
||||
NullableExpressionMethods,
|
||||
PgConnection,
|
||||
QueryDsl,
|
||||
RunQueryDsl,
|
||||
|
|
Loading…
Reference in a new issue