Simplify implementation of various pointer methods

This commit is contained in:
Maybe Waffle
2022-10-28 23:06:29 +04:00
parent 6c54745784
commit d3b51926f8
3 changed files with 15 additions and 25 deletions

View File

@@ -154,6 +154,7 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(ptr_alignment_type)]
#![feature(ptr_metadata)]
#![feature(set_ptr_value)]
#![feature(slice_ptr_get)]
#![feature(slice_split_at_unchecked)]
#![feature(str_internals)]