Skip to content

Commit

Permalink
Update src/socket.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
  • Loading branch information
keithmattix and Thomasdezeeuw authored Nov 25, 2024
1 parent 7e1ff9a commit 0db41cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SockAddr> {
Expand Down

0 comments on commit 0db41cc

Please sign in to comment.