mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +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
|
|
@ -8,6 +8,7 @@ use std::{
|
|||
use lru_cache::LruCache;
|
||||
use ruma::{EventId, RoomId};
|
||||
|
||||
use super::short::{ShortEventId, ShortStateHash, ShortStateKey};
|
||||
use crate::{
|
||||
observability::{FoundIn, Lookup, METRICS},
|
||||
services, utils, Result,
|
||||
|
|
@ -18,8 +19,6 @@ pub(crate) mod data;
|
|||
pub(crate) use data::Data;
|
||||
use data::StateDiff;
|
||||
|
||||
use super::short::{ShortEventId, ShortStateHash, ShortStateKey};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct CompressedStateLayer {
|
||||
pub(crate) shortstatehash: ShortStateHash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue