Auto merge of #1959 - RalfJung:rustup, r=RalfJung

rustup
This commit is contained in:
bors 2022-01-08 16:28:39 +00:00
commit 5d21a5d65f
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
26c9b0046f96403cdf959e4e1f874ec25f9dbf6f
66f64a441a05cee8d5d701477b43ed851f778f3a

View File

@ -1,5 +1,3 @@
#![feature(available_parallelism)]
fn main() {
assert_eq!(std::thread::available_parallelism().unwrap().get(), 1);
}