style: clippy & fmt

This commit is contained in:
Radical 2025-05-31 17:51:04 +02:00
parent 6783bd22a7
commit 8163d0d9c0
4 changed files with 18 additions and 9 deletions

View file

@ -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(|| {