mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-16 15:50:55 +00:00
run cargo fix for rust 2024 changes and rustfmt
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e97952b7f6
commit
a1e1f40ded
320 changed files with 2212 additions and 2039 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue