feat: add complexity
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
fcaf77b777
commit
334dd1bde2
@ -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>>>>>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user