mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
fix mod/use order
Yes, it does actually bother me, thanks for asking.
This commit is contained in:
parent
287f6b9163
commit
5a490a4397
30 changed files with 83 additions and 50 deletions
|
|
@ -1,3 +1,5 @@
|
|||
use crate::{database::KeyValueDatabase, service};
|
||||
|
||||
mod alias;
|
||||
mod auth_chain;
|
||||
mod directory;
|
||||
|
|
@ -16,6 +18,4 @@ mod threads;
|
|||
mod timeline;
|
||||
mod user;
|
||||
|
||||
use crate::{database::KeyValueDatabase, service};
|
||||
|
||||
impl service::rooms::Data for KeyValueDatabase {}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
mod read_receipt;
|
||||
|
||||
use crate::{database::KeyValueDatabase, service};
|
||||
|
||||
mod read_receipt;
|
||||
|
||||
impl service::rooms::edus::Data for KeyValueDatabase {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue