1
Fork 0

enable unsafe_op_in_unsafe_fn lint

This commit is contained in:
Elton Law 2020-06-30 23:09:06 -04:00
parent 7616cd9ee9
commit b438811029
2 changed files with 2 additions and 0 deletions

View file

@ -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)]