Skip to content

Commit 35e7cff

Browse files
committed
Enable #![feature(core_intrinsics)] on nightly
1 parent c8e180b commit 35e7cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
6868
6969
*/
7070

71-
#![cfg_attr(feature="nightly", feature(const_fn))]
71+
#![cfg_attr(feature="nightly", feature(const_fn, core_intrinsics))]
7272
#![crate_type = "dylib"]
7373

7474
#[macro_export]

0 commit comments

Comments
 (0)