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.
1 parent d9c0eb8 commit 79c6d91Copy full SHA for 79c6d91
library/std/src/sys/pal/unix/thread.rs
@@ -315,11 +315,9 @@ pub fn available_parallelism() -> io::Result<NonZero<usize>> {
315
target_os = "emscripten",
316
target_os = "fuchsia",
317
target_os = "hurd",
318
- target_os = "ios",
319
- target_os = "tvos",
320
target_os = "linux",
321
- target_os = "macos",
322
target_os = "aix",
+ target_vendor = "apple",
323
))] {
324
#[allow(unused_assignments)]
325
#[allow(unused_mut)]
0 commit comments