move FoundIn to observability.rs

This commit is contained in:
Charles Hall 2024-06-04 12:24:01 -07:00
parent 0bd2c43dab
commit 22dd7f1a54
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
9 changed files with 43 additions and 53 deletions

View file

@ -10,11 +10,7 @@ use lru_cache::LruCache;
use ruma::{EventId, RoomId};
use self::data::StateDiff;
use crate::{
services,
utils::{self, FoundIn},
Result,
};
use crate::{observability::FoundIn, services, utils, Result};
#[derive(Clone)]
pub(crate) struct CompressedStateLayer {