Skip to content

Commit c96788a

Browse files
committed
Merge pull request #42 from rust-lang-nursery/Kimundi-patch-1
Tried to fix travis nightly build failure
2 parents 4403262 + 2968b18 commit c96788a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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, allow_internal_unstable))]
71+
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics))]
7272

7373
#[cfg(not(feature="nightly"))]
7474
pub mod lazy;

0 commit comments

Comments
 (0)