Skip to content

Commit

Permalink
Fix the warnings that appear in I/O tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Sep 7, 2022
1 parent c5b8cc3 commit b010227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ use std::io;
use std::net::{Shutdown, TcpListener, TcpStream, UdpSocket};
#[cfg(unix)]
use std::os::unix::net::{UnixDatagram, UnixListener, UnixStream};
#[cfg(feature = "timer")]
use std::sync::Arc;
use std::thread;
#[cfg(feature = "timer")]
use std::time::Duration;

use async_io::Async;
Expand Down

0 comments on commit b010227

Please sign in to comment.