feat: add complexity

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-14 11:16:52 +02:00
parent fcaf77b777
commit 334dd1bde2
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -14,6 +14,7 @@ pub struct StagingEvent {
#[derive(Default, Clone)]
pub struct Staging {
// Temporary until we've got an actual file disk store
#[allow(clippy::complexity)]
store: Arc<RwLock<BTreeMap<String, BTreeMap<String, Vec<StagingEvent>>>>>,
}