Delete of old event data

This commit is contained in:
Dominik Werder
2024-07-09 14:30:43 +02:00
parent 54008718eb
commit 2c856f5c1f
33 changed files with 278 additions and 13 deletions
+1
View File
@@ -84,6 +84,7 @@ pub trait DropMark {
fn field(&self) -> &Value;
}
#[allow(unused)]
pub struct DropGuard<'a> {
mark: &'a Value,
}