We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed5a3c0 + 4922abf commit 0698929Copy full SHA for 0698929
src/libstd/sys/common/net.rs
@@ -29,7 +29,7 @@ use sys::net::netc::IPV6_JOIN_GROUP as IPV6_ADD_MEMBERSHIP;
29
#[cfg(not(any(target_os = "dragonfly", target_os = "freebsd",
30
target_os = "ios", target_os = "macos",
31
target_os = "openbsd", target_os = "netbsd",
32
- target_os = "solaris", taget_os = "haiku")))]
+ target_os = "solaris", target_os = "haiku")))]
33
use sys::net::netc::IPV6_ADD_MEMBERSHIP;
34
#[cfg(any(target_os = "dragonfly", target_os = "freebsd",
35
0 commit comments