Skip to content

Commit 4af6bc7

Browse files
authored
Merge pull request #417 from Amanieu/nightly_update
Fix CI on latest nightly
2 parents 2eedcad + 76b24f9 commit 4af6bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![allow(unused_features)]
77
#![cfg_attr(thumb, no_main)]
88
#![deny(dead_code)]
9-
#![feature(test)]
9+
#![feature(bench_black_box)]
1010
#![feature(lang_items)]
1111
#![feature(start)]
1212
#![feature(allocator_api)]

0 commit comments

Comments
 (0)