Skip to content

Commit

Permalink
Fuchsia doesn't support original_dst_ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Mattix II <[email protected]>
  • Loading branch information
keithmattix committed Oct 7, 2024
1 parent 86ab915 commit d52d8a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,6 @@ impl Socket {
feature = "all",
any(
target_os = "android",
target_os = "fuchsia",
target_os = "linux",
target_os = "windows",
)
Expand All @@ -2248,7 +2247,6 @@ impl Socket {
feature = "all",
any(
target_os = "android",
target_os = "fuchsia",
target_os = "linux",
target_os = "windows",
)
Expand Down

0 comments on commit d52d8a4

Please sign in to comment.