Use as_mut_ptr instead of casts
This commit is contained in:
parent
3b1c742e23
commit
23c5e584e0
4 changed files with 6 additions and 5 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue