Skip to content

Commit

Permalink
Remove unused docsrs cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw authored Nov 27, 2024
1 parent 128d5dc commit 65df97a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sys/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1410,13 +1410,6 @@ pub(crate) const fn to_mreqn(
feature = "all",
any(target_os = "android", target_os = "fuchsia", target_os = "linux")
))]
#[cfg_attr(
docsrs,
doc(cfg(all(
feature = "all",
any(target_os = "android", target_os = "fuchsia", target_os = "linux")
)))
)]
pub(crate) fn original_dst(fd: Socket) -> io::Result<SockAddr> {
// Safety: `getsockopt` initialises the `SockAddr` for us.
unsafe {
Expand Down

0 comments on commit 65df97a

Please sign in to comment.