From f99344ace44abc91f76df276625e048f1e8a9536 Mon Sep 17 00:00:00 2001 From: Tobias Rapp Date: Mon, 4 May 2020 17:32:27 +0200 Subject: Stabilize saturating_abs and saturating_neg Stabilizes the following signed integer functions with saturation mechanics: * saturating_abs() * saturating_neg() Closes #59983 --- src/libcore/tests/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcore/tests') diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index e7d36d327cd..6a297f0dc03 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -17,7 +17,6 @@ #![feature(pattern)] #![feature(range_is_empty)] #![feature(raw)] -#![feature(saturating_neg)] #![feature(sort_internals)] #![feature(slice_partition_at_index)] #![feature(specialization)] -- cgit 1.4.1-3-g733a5