diff options
Diffstat (limited to 'runtime/tokio_util.rs')
-rw-r--r-- | runtime/tokio_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tokio_util.rs b/runtime/tokio_util.rs index 4dbaabf44..4ae4f2c38 100644 --- a/runtime/tokio_util.rs +++ b/runtime/tokio_util.rs @@ -2,7 +2,7 @@ use std::fmt::Debug; use std::str::FromStr; -use deno_core::task::MaskFutureAsSend; +use deno_core::unsync::MaskFutureAsSend; #[cfg(tokio_unstable)] use tokio_metrics::RuntimeMonitor; |