feat(todo): remove todo
This commit is contained in:
parent
839694edc1
commit
f9699180b9
|
@ -26,8 +26,6 @@ pub struct InfoBarBuilder {
|
|||
button: ButtonBuilder,
|
||||
}
|
||||
|
||||
// TODO: Develop a method to safely mutate static.
|
||||
// Not necessary.
|
||||
static mut TASKS_QUEUE: VecDeque<JoinHandle<()>> = VecDeque::new();
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue