1
Fork 0

Stabilize #[feature(available_parallelism)]

This commit is contained in:
Yoshua Wuyts 2022-01-07 01:04:37 +01:00
parent cfa4ac66c1
commit 3632f41c78
2 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@
#![unstable(feature = "test", issue = "50297")]
#![doc(test(attr(deny(warnings))))]
#![feature(nll)]
#![feature(available_parallelism)]
#![feature(bench_black_box)]
#![feature(internal_output_capture)]
#![feature(staged_api)]