diff options
Diffstat (limited to 'runtime/ops/io.rs')
-rw-r--r-- | runtime/ops/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/io.rs b/runtime/ops/io.rs index 75076f716..d87cfcf94 100644 --- a/runtime/ops/io.rs +++ b/runtime/ops/io.rs @@ -42,7 +42,7 @@ use tokio::net::unix; #[cfg(windows)] use std::os::windows::io::FromRawHandle; -lazy_static! { +lazy_static::lazy_static! { /// Due to portability issues on Windows handle to stdout is created from raw /// file descriptor. The caveat of that approach is fact that when this /// handle is dropped underlying file descriptor is closed - that is highly |