Skip to content

Commit 105043f

Browse files
committed
Fix console-timer import.
1 parent 229edd6 commit 105043f

File tree

1 file changed

+1
-1
lines changed
  • crates/console-timer/src

1 file changed

+1
-1
lines changed

crates/console-timer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The measurement ends when the timer object goes out of scope / is dropped.
3434
3535
```no_run
3636
use gloo_console_timer::ConsoleTimer;
37-
use gloo_timers::Timeout;
37+
use gloo_timers::callback::Timeout;
3838
3939
// Start timing a new operation.
4040
let timer = ConsoleTimer::new("foo");

0 commit comments

Comments
 (0)