run cargo fix for rust 2024 changes and rustfmt
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -2,8 +2,9 @@ use std::{iter, ops::Deref, path::Path, sync::Arc};
|
||||
|
||||
use async_trait::async_trait;
|
||||
use conduwuit::{
|
||||
config::{check, Config},
|
||||
error, implement, Result, Server,
|
||||
Result, Server,
|
||||
config::{Config, check},
|
||||
error, implement,
|
||||
};
|
||||
|
||||
pub struct Service {
|
||||
|
||||
Reference in New Issue
Block a user