Skip to content

Commit d6d2405

Browse files
authored
style: make clippy happy (#2518)
1 parent 14fb973 commit d6d2405

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sys/socket/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,11 +1797,9 @@ impl<S> MultiHeaders<S> {
17971797
/// call to recvmmsg(). In the current implementation, however, the error code can be
17981798
/// overwritten in the meantime by an unrelated network event on a socket, for example an
17991799
/// incoming ICMP packet.
1800-
18011800
// On aarch64 linux using recvmmsg and trying to get hardware/kernel timestamps might not
18021801
// always produce the desired results - see https://github.com/nix-rust/nix/pull/1744 for more
18031802
// details
1804-
18051803
#[cfg(any(linux_android, target_os = "freebsd", target_os = "netbsd"))]
18061804
pub fn recvmmsg<'a, XS, S, I>(
18071805
fd: RawFd,

0 commit comments

Comments
 (0)