Simplify scoped_thread
Avoids a bunch of manual pointer manipulation.
This commit is contained in:
parent
0132f8258a
commit
0222556c07
2 changed files with 6 additions and 19 deletions
|
@ -1,6 +1,7 @@
|
|||
#![feature(bool_to_option)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(internal_output_capture)]
|
||||
#![feature(thread_spawn_unchecked)]
|
||||
#![feature(nll)]
|
||||
#![feature(once_cell)]
|
||||
#![recursion_limit = "256"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue