Skip to content

Commit

Permalink
Merge pull request #42 from rust-lang-nursery/Kimundi-patch-1
Browse files Browse the repository at this point in the history
Tried to fix travis nightly build failure
  • Loading branch information
Kimundi committed Apr 12, 2016
2 parents 4403262 + 2968b18 commit c96788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
*/

#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable))]
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics))]

#[cfg(not(feature="nightly"))]
pub mod lazy;
Expand Down

0 comments on commit c96788a

Please sign in to comment.