This commit is contained in:
JMARyA 2024-10-18 10:57:38 +02:00
parent 6c6ee93fbf
commit 4c0769199c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 48 additions and 10 deletions

View file

@ -74,7 +74,6 @@ macro_rules! get_locations {
};
}
pub static FLOW_INFO: OnceCell<JSONStore<FlowInfo>> = OnceCell::const_new();
#[macro_export]