Skip to content

Commit

Permalink
Remove bench_black_box from the list of unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswailes committed Oct 3, 2022
1 parent 64ae0b2 commit 9ae7b7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
f16c_target_feature,
allow_internal_unstable,
decl_macro,
bench_black_box,
asm_const,
target_feature_11
)]
Expand Down
1 change: 0 additions & 1 deletion crates/stdarch-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//! This basically just disassembles the current executable and then parses the
//! output once globally and then provides the `assert` function which makes
//! assertions about the disassembly of a function.
#![feature(bench_black_box)] // For black_box
#![deny(rust_2018_idioms)]
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]

Expand Down

0 comments on commit 9ae7b7d

Please sign in to comment.