style: clippy & fmt
This commit is contained in:
parent
6783bd22a7
commit
8163d0d9c0
4 changed files with 18 additions and 9 deletions
|
@ -16,7 +16,11 @@ use serde::Serialize;
|
|||
use uuid::Uuid;
|
||||
|
||||
use crate::{
|
||||
config::Config, error::Error, schema::users, structs::{HasIsAbove, HasUuid}, Conn, Data
|
||||
Conn, Data,
|
||||
config::Config,
|
||||
error::Error,
|
||||
schema::users,
|
||||
structs::{HasIsAbove, HasUuid},
|
||||
};
|
||||
|
||||
pub static EMAIL_REGEX: LazyLock<Regex> = LazyLock::new(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue