We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9ac88 commit 4922abfCopy full SHA for 4922abf
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