File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2276,16 +2276,10 @@ impl Socket {
2276
2276
///
2277
2277
/// This value contains the original destination IPv6 address of the connection
2278
2278
/// redirected using `ip6tables` `REDIRECT` or `TPROXY`.
2279
- #[ cfg( all(
2280
- feature = "all" ,
2281
- any( target_os = "android" , target_os = "fuchsia" , target_os = "linux" , )
2282
- ) ) ]
2279
+ #[ cfg( all( feature = "all" , any( target_os = "android" , target_os = "linux" , ) ) ) ]
2283
2280
#[ cfg_attr(
2284
2281
docsrs,
2285
- doc( cfg( all(
2286
- feature = "all" ,
2287
- any( target_os = "android" , target_os = "fuchsia" , target_os = "linux" , )
2288
- ) ) )
2282
+ doc( cfg( all( feature = "all" , any( target_os = "android" , target_os = "linux" , ) ) ) )
2289
2283
) ]
2290
2284
pub fn original_dst_ipv6 ( & self ) -> io:: Result < SockAddr > {
2291
2285
// Safety: `getsockopt` initialises the `SockAddr` for us.
You can’t perform that action at this time.
0 commit comments