remove the scoped_threads feature gate

the feature has been stabilized in a recent nightly
This commit is contained in:
Jorge Aparicio 2022-06-15 13:11:48 +02:00
parent 39273893de
commit d9e620036b

View File

@ -1,4 +1,3 @@
#![cfg_attr(unstable_channel, feature(scoped_threads))]
#![deny(rust_2018_compatibility)]
#![deny(rust_2018_idioms)]
#![deny(warnings)]