cargo fix

This commit is contained in:
Timo Kösters 2022-10-08 13:04:55 +02:00 committed by Nyaaori
parent 7822a385bb
commit 50b0eb9929
No known key found for this signature in database
GPG key ID: E7819C3ED4D1F82E
22 changed files with 23 additions and 26 deletions

View file

@ -7,7 +7,7 @@ use ruma::{
serde::Raw,
RoomId, UserId,
};
use std::{collections::BTreeMap, sync::Arc};
use std::{collections::BTreeMap};
pub struct Service {
pub db: &'static dyn Data,