Skip to content

Commit a062972

Browse files
authored
Merge pull request #2 from thenewwazoo/const-unsafe-cell-new-flag
Add const_unsafe_cell_new feature flag for nightly
2 parents c38c878 + e7e664b commit a062972

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
@@ -2,7 +2,7 @@
22
33
#![deny(missing_docs)]
44
#![deny(warnings)]
5-
#![feature(const_fn)]
5+
#![feature(const_fn,const_unsafe_cell_new)]
66
#![no_std]
77

88
use core::cell::UnsafeCell;

0 commit comments

Comments
 (0)