We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65df97a commit f5e9f8bCopy full SHA for f5e9f8b
src/sys/unix.rs
@@ -1431,10 +1431,6 @@ pub(crate) fn original_dst(fd: Socket) -> io::Result<SockAddr> {
1431
/// This value contains the original destination IPv6 address of the connection
1432
/// redirected using `ip6tables` `REDIRECT` or `TPROXY`.
1433
#[cfg(all(feature = "all", any(target_os = "android", target_os = "linux")))]
1434
-#[cfg_attr(
1435
- docsrs,
1436
- doc(cfg(all(feature = "all", any(target_os = "android", target_os = "linux"))))
1437
-)]
1438
pub(crate) fn original_dst_ipv6(fd: Socket) -> io::Result<SockAddr> {
1439
// Safety: `getsockopt` initialises the `SockAddr` for us.
1440
unsafe {
0 commit comments