Avoid creating &mut
s in Windows ReentrantMutex.
This commit is contained in:
parent
3fadc603ab
commit
0bb96e7490
2 changed files with 8 additions and 7 deletions
|
@ -315,6 +315,7 @@
|
|||
#![feature(try_reserve)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unsafe_block_in_unsafe_fn)]
|
||||
#![feature(unsafe_cell_raw_get)]
|
||||
#![feature(untagged_unions)]
|
||||
#![feature(unwind_attributes)]
|
||||
#![feature(vec_into_raw_parts)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue