Skip to content

Commit f5e9f8b

Browse files
Remove unused docsrs cfg
1 parent 65df97a commit f5e9f8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sys/unix.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,6 @@ pub(crate) fn original_dst(fd: Socket) -> io::Result<SockAddr> {
14311431
/// This value contains the original destination IPv6 address of the connection
14321432
/// redirected using `ip6tables` `REDIRECT` or `TPROXY`.
14331433
#[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-
)]
14381434
pub(crate) fn original_dst_ipv6(fd: Socket) -> io::Result<SockAddr> {
14391435
// Safety: `getsockopt` initialises the `SockAddr` for us.
14401436
unsafe {

0 commit comments

Comments
 (0)