Stabilize unchecked_{add,sub,mul}

This commit is contained in:
Scott McMurray
2024-03-14 15:08:53 -07:00
parent fd27e8745f
commit 234e383c34
9 changed files with 70 additions and 52 deletions

View File

@@ -134,7 +134,6 @@
#![feature(const_heap)]
#![feature(const_hint_assert_unchecked)]
#![feature(const_index_range_slice_index)]
#![feature(const_int_unchecked_arith)]
#![feature(const_intrinsic_copy)]
#![feature(const_intrinsic_forget)]
#![feature(const_ipv4)]
@@ -193,7 +192,6 @@
#![feature(str_split_inclusive_remainder)]
#![feature(str_split_remainder)]
#![feature(strict_provenance)]
#![feature(unchecked_math)]
#![feature(unchecked_shifts)]
#![feature(utf16_extra)]
#![feature(utf16_extra_const)]