From 479b3f6291a2a9403f4941db539ea0565920f2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 2 Jan 2025 13:53:31 +0100 Subject: [PATCH] fix(tests): `stable_features` --- tests/basic_math.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic_math.rs b/tests/basic_math.rs index e8049b2624..2ca982250a 100644 --- a/tests/basic_math.rs +++ b/tests/basic_math.rs @@ -1,5 +1,4 @@ #![feature(test)] -#![feature(bench_black_box)] #![no_std] #![no_main] #![test_runner(common::test_case_runner)]