1
Fork 0

Use as_mut_ptr instead of casts

This commit is contained in:
Paul Dicker 2019-11-24 16:28:01 +01:00
parent 3b1c742e23
commit 23c5e584e0
4 changed files with 6 additions and 5 deletions

View file

@ -234,6 +234,7 @@
#![feature(allocator_internals)]
#![feature(allow_internal_unsafe)]
#![feature(allow_internal_unstable)]
#![feature(atomic_mut_ptr)]
#![feature(arbitrary_self_types)]
#![feature(array_error_internals)]
#![feature(asm)]