]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #10977 - weihanglo:std-thread-scope, r=epage
authorbors <bors@rust-lang.org>
Fri, 12 Aug 2022 01:28:28 +0000 (01:28 +0000)
committerbors <bors@rust-lang.org>
Fri, 12 Aug 2022 01:28:28 +0000 (01:28 +0000)
Use `std::thread::scope` to replace crossbeam

Drop one dependency as `std::thread::Scope` got stabilized in 1.63.

Haven't done any benchmark. (Should we?)


Trivial merge