Skip to content

Commit 0c266c1

Browse files
committed
Fix missing wasm_bindgen import.
1 parent ea552dc commit 0c266c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/timers/src/future.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
use crate::callback::{Timeout, Interval};
44

5+
use wasm_bindgen::prelude::*;
56
use futures_channel::{oneshot, mpsc};
67
use futures_core::stream::Stream;
78
use std::future::Future;

0 commit comments

Comments
 (0)