From 234e383c3426281447da140e24ccf6bf5402f6f5 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Thu, 14 Mar 2024 15:08:53 -0700 Subject: Stabilize `unchecked_{add,sub,mul}` --- library/core/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'library/core/src/lib.rs') diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 9b786feba89..5aeeacc4372 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -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)] -- cgit 1.4.1-3-g733a5