mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
apply new rustfmt.toml changes, fix some clippy lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -16,9 +16,7 @@ pub fn create(services: Arc<Services>) -> (State, Guard) {
|
||||
services: Arc::into_raw(services.clone()),
|
||||
};
|
||||
|
||||
let guard = Guard {
|
||||
services,
|
||||
};
|
||||
let guard = Guard { services };
|
||||
|
||||
(state, guard)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user