Skip to content

Commit e7e664b

Browse files
authored
Add const_unsafe_cell_new feature flag for nightly
1 parent c38c878 commit e7e664b

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)