We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a051b8 commit 1a3d206Copy full SHA for 1a3d206
1 file changed
src/lib.rs
@@ -164,12 +164,15 @@ mod util;
164
// for some platforms, even if they don't enable the "std" feature.
165
#[cfg(any(
166
feature = "std",
167
+ windows,
168
target_os = "android",
169
target_os = "dragonfly",
170
target_os = "emscripten",
171
target_os = "freebsd",
172
+ target_os = "fuchsia",
173
target_os = "haiku",
174
target_os = "illumos",
175
+ target_os = "ios",
176
target_os = "linux",
177
target_os = "macos",
178
target_os = "netbsd",
0 commit comments