From 1376c5a617be5c25655d0d7cb63e3beaa5a6e026 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:20:39 +0200 Subject: Merging upstream version 1.70.0+dfsg1. Signed-off-by: Daniel Baumann --- library/core/tests/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'library/core/tests/lib.rs') diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index ccb7be68e..6cdafa411 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -91,8 +91,7 @@ #![feature(pointer_is_aligned)] #![feature(portable_simd)] #![feature(ptr_metadata)] -#![feature(once_cell)] -#![feature(option_result_contains)] +#![feature(lazy_cell)] #![feature(unsized_tuple_coercion)] #![feature(const_option)] #![feature(const_option_ext)] -- cgit v1.2.3