style: cargo clippy --fix && cargo fmt
This commit is contained in:
parent
ad24215fef
commit
8e31dc7aca
2 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
use axum::http::StatusCode;
|
||||
use diesel::{
|
||||
ExpressionMethods, Insertable, QueryDsl, Queryable, Selectable, SelectableHelper, delete,
|
||||
insert_into,
|
||||
|
@ -11,8 +10,8 @@ use crate::{
|
|||
AppState, Conn,
|
||||
error::Error,
|
||||
objects::{Me, Permissions, Role},
|
||||
schema::guild_members,
|
||||
schema::guild_bans,
|
||||
schema::guild_members,
|
||||
};
|
||||
|
||||
use super::{User, load_or_empty};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue