Skip to content

Commit

Permalink
Fix missing wasm_bindgen import.
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-uk1 committed Dec 5, 2019
1 parent ea552dc commit 0c266c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/timers/src/future.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
use crate::callback::{Timeout, Interval};

use wasm_bindgen::prelude::*;
use futures_channel::{oneshot, mpsc};
use futures_core::stream::Stream;
use std::future::Future;
Expand Down

0 comments on commit 0c266c1

Please sign in to comment.