Skip to content

Commit 9ae7b7d

Browse files
committed
Remove bench_black_box from the list of unstable features
1 parent 64ae0b2 commit 9ae7b7d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/core_arch/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
f16c_target_feature,
3232
allow_internal_unstable,
3333
decl_macro,
34-
bench_black_box,
3534
asm_const,
3635
target_feature_11
3736
)]

crates/stdarch-test/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! This basically just disassembles the current executable and then parses the
44
//! output once globally and then provides the `assert` function which makes
55
//! assertions about the disassembly of a function.
6-
#![feature(bench_black_box)] // For black_box
76
#![deny(rust_2018_idioms)]
87
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
98

0 commit comments

Comments
 (0)