Skip to content

Commit 4daab9f

Browse files
authored
Merge pull request #84 from jedisct1/const_unsafe_cell_new
Enable the const_unsafe_cell_new feature flag for nightly
2 parents 9b0b3f6 + 73f20af commit 4daab9f

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
@@ -90,7 +90,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
9090
9191
*/
9292

93-
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics))]
93+
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics, const_unsafe_cell_new))]
9494

9595
#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.8")]
9696
#![no_std]

0 commit comments

Comments
 (0)