From 0db41cc4b49cb644750906389ca8c543166a6e69 Mon Sep 17 00:00:00 2001 From: Keith Mattix II Date: Mon, 25 Nov 2024 08:03:08 -0600 Subject: [PATCH] Update src/socket.rs Co-authored-by: Thomas de Zeeuw --- src/socket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.rs b/src/socket.rs index 6ef8ab8f..b839e935 100644 --- a/src/socket.rs +++ b/src/socket.rs @@ -2241,7 +2241,7 @@ impl Socket { docsrs, doc(cfg(all( feature = "all", - any(target_os = "android", target_os = "linux", target_os = "windows",) + any(target_os = "android", target_os = "linux", target_os = "windows") ))) )] pub fn original_dst_ipv6(&self) -> io::Result {