Skip to content

Commit

Permalink
📝 remove redundant use
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Feb 28, 2024
1 parent 87b2df5 commit bae306d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/os/unix/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1090,10 +1090,7 @@ impl io_impl::AsIoData for UnixDatagram {

#[cfg(all(test, not(target_os = "emscripten")))]
mod test {
use std::io;
use std::io::prelude::*;
#[cfg(feature = "io_timeout")]
use std::time::Duration;
use tempdir::TempDir;

use super::*;
Expand Down

0 comments on commit bae306d

Please sign in to comment.