Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 10, 2019
1 parent 18f8395 commit 1da3472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/futures/src/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::collections::VecDeque;
use std::rc::Rc;
use wasm_bindgen::prelude::*;


struct QueueState {
// This is used to ensure that it's only scheduled once
is_spinning: Cell<bool>,
Expand Down Expand Up @@ -80,7 +79,6 @@ impl Queue {
}
}


thread_local! {
pub(crate) static QUEUE: Queue = Queue::new();
}

0 comments on commit 1da3472

Please sign in to comment.