1
Fork 0

Stabilize unsafe_op_in_unsafe_fn lint

This commit is contained in:
LeSeulArtichaut 2020-11-19 18:32:35 +01:00
parent cb2effd44e
commit ec20993c4d
13 changed files with 26 additions and 74 deletions

View file

@ -128,7 +128,7 @@
#![feature(trusted_len)]
#![feature(unboxed_closures)]
#![feature(unicode_internals)]
#![feature(unsafe_block_in_unsafe_fn)]
#![cfg_attr(bootstrap, feature(unsafe_block_in_unsafe_fn))]
#![feature(unsize)]
#![feature(unsized_fn_params)]
#![feature(allocator_internals)]