Skip to content

Commit ecf1de0

Browse files
committed
Don't need the core_intrinsics feature in so many places
1 parent 5c70ffb commit ecf1de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/no_std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg(feature="no_std")]
2-
#![feature(const_fn, core_intrinsics)]
2+
#![feature(const_fn)]
33

44
#![no_std]
55

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(feature="nightly", feature(const_fn, core_intrinsics))]
1+
#![cfg_attr(feature="nightly", feature(const_fn))]
22

33
#[macro_use]
44
extern crate lazy_static;

0 commit comments

Comments
 (0)