File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 22use std:: io:: { Cursor , Error as IoError } ;
33#[ cfg( any( target_os = "freebsd" , target_os = "macos" , target_os = "netbsd" ) ) ]
44use std:: net:: { Ipv4Addr , Ipv6Addr } ;
5+ #[ cfg( any( target_os = "freebsd" , target_os = "linux" , target_os = "netbsd" ) ) ]
6+ use std:: path:: Path ;
57#[ cfg( target_os = "linux" ) ]
68use std:: { collections:: HashSet , fs:: OpenOptions } ;
79#[ cfg( any( target_os = "freebsd" , target_os = "linux" , target_os = "netbsd" ) ) ]
@@ -12,11 +14,6 @@ use std::{
1214} ;
1315#[ cfg( not( target_os = "windows" ) ) ]
1416use std:: { net:: IpAddr , process:: Command } ;
15- #[ cfg( any( target_os = "freebsd" , target_os = "linux" , target_os = "netbsd" ) ) ]
16- use std:: {
17- net:: { SocketAddr , ToSocketAddrs } ,
18- path:: Path ,
19- } ;
2017
2118#[ cfg( not( target_os = "windows" ) ) ]
2219use crate :: Peer ;
You can’t perform that action at this time.
0 commit comments