From d6d240538c16eb69f16d712dbf14155fe7cd3210 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Fri, 27 Sep 2024 08:50:28 +0800 Subject: [PATCH] style: make clippy happy (#2518) --- src/sys/socket/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sys/socket/mod.rs b/src/sys/socket/mod.rs index d55ce3aeff..c9d90c32d4 100644 --- a/src/sys/socket/mod.rs +++ b/src/sys/socket/mod.rs @@ -1797,11 +1797,9 @@ impl MultiHeaders { /// call to recvmmsg(). In the current implementation, however, the error code can be /// overwritten in the meantime by an unrelated network event on a socket, for example an /// incoming ICMP packet. - // On aarch64 linux using recvmmsg and trying to get hardware/kernel timestamps might not // always produce the desired results - see https://github.com/nix-rust/nix/pull/1744 for more // details - #[cfg(any(linux_android, target_os = "freebsd", target_os = "netbsd"))] pub fn recvmmsg<'a, XS, S, I>( fd: RawFd,