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 7cecfab commit cf65200Copy full SHA for cf65200
src/libtest/helpers/concurrency.rs
@@ -57,7 +57,7 @@ pub fn get_concurrency() -> usize {
57
#[cfg(target_os = "hermit")]
58
fn num_cpus() -> usize {
59
// FIXME: Implement num_cpus on HermitCore
60
- 1
+ 1
61
}
62
63
#[cfg(any(
0 commit comments