Skip to content

Commit 8a38cdd

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/openssh.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
use lazy_static::lazy_static;
22
use regex::Regex;
3-
use std::borrow::Cow;
43
use std::env;
54
use std::io;
65
use std::io::Write;
7-
use std::net::{IpAddr, SocketAddr};
6+
use std::net::IpAddr;
87
use std::path::PathBuf;
98
use std::time::Duration;
109
use tempfile::tempdir;

0 commit comments

Comments
 (0)