This commit is contained in:
jD91mZM2
2019-07-07 12:17:48 +02:00
parent 35c1d5210c
commit 43ff8801bc
9 changed files with 70 additions and 53 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ use crate::sync::{Mutex, Once};
use alloc::collections::BTreeMap;
#[derive(Default)]
struct State {
}
struct State {}
static STATE: Once<Mutex<State>> = Once::new();