enable unsafe_op_in_unsafe_fn lint
This commit is contained in:
parent
7616cd9ee9
commit
b438811029
2 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,7 @@
|
|||
#![feature(track_caller)]
|
||||
#![feature(try_reserve)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unsafe_block_in_unsafe_fn)]
|
||||
#![feature(untagged_unions)]
|
||||
#![feature(unwind_attributes)]
|
||||
#![feature(vec_into_raw_parts)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue