about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-05 13:15:08 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-05 13:15:08 +0200
commitd264e2fa057958565fa3d5b681b583d72142c281 (patch)
treed457f31614f50d30de760e93b9b256c3b7bff79a
parenta53b4458166c142e6b7ca42983436995ca6f929d (diff)
parent102a577bb3ec92b8fddc155975d2d9980d25ecdc (diff)
downloadrust-d264e2fa057958565fa3d5b681b583d72142c281.tar.gz
rust-d264e2fa057958565fa3d5b681b583d72142c281.zip
Sync from rust d8613f792c11d6d348b15eee79da561323fa0199
-rw-r--r--example/std_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/std_example.rs b/example/std_example.rs
index 0b5b6cd55d7..ad108c34992 100644
--- a/example/std_example.rs
+++ b/example/std_example.rs
@@ -1,4 +1,4 @@
-#![feature(core_intrinsics, generators, generator_trait, is_sorted, bench_black_box)]
+#![feature(core_intrinsics, generators, generator_trait, is_sorted)]
 
 #[cfg(target_arch = "x86_64")]
 use std::arch::x86_64::*;