We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c70ffb commit ecf1de0Copy full SHA for ecf1de0
tests/no_std.rs
@@ -1,5 +1,5 @@
1
#![cfg(feature="no_std")]
2
-#![feature(const_fn, core_intrinsics)]
+#![feature(const_fn)]
3
4
#![no_std]
5
tests/test.rs
@@ -1,4 +1,4 @@
-#![cfg_attr(feature="nightly", feature(const_fn, core_intrinsics))]
+#![cfg_attr(feature="nightly", feature(const_fn))]
#[macro_use]
extern crate lazy_static;
0 commit comments