mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
Update style edition to 2024
This commit is contained in:
parent
6e0152d4e5
commit
a4355fe8aa
121 changed files with 367 additions and 335 deletions
|
|
@ -4,15 +4,15 @@ use std::{
|
|||
};
|
||||
|
||||
use lru_cache::LruCache;
|
||||
use ruma::{api::client::error::ErrorKind, EventId, RoomId};
|
||||
use ruma::{EventId, RoomId, api::client::error::ErrorKind};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
use super::short::ShortEventId;
|
||||
use crate::{
|
||||
Error, Result,
|
||||
observability::{FoundIn, Lookup, METRICS},
|
||||
services,
|
||||
utils::debug_slice_truncated,
|
||||
Error, Result,
|
||||
};
|
||||
|
||||
mod data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue