Skip to content

Commit 379750a

Browse files
committed
Rm unused imports in tests/openssh.rs
Signed-off-by: Jiahao XU <[email protected]>
1 parent e358ce1 commit 379750a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/openssh.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ use once_cell::sync::Lazy;
22
use regex::Regex;
33
use std::{
44
env,
5-
io::{self, Read, Write},
5+
io::{self, Write},
66
net::IpAddr,
7-
os::unix::io::AsFd,
87
path::PathBuf,
98
process,
109
time::Duration,
1110
};
12-
use tempfile::{tempdir, tempfile};
11+
use tempfile::tempdir;
1312
use tokio::{
1413
io::{AsyncReadExt, AsyncWriteExt},
1514
net::{UnixListener, UnixStream},

0 commit comments

Comments
 (0)