Skip to content

Commit 21afc15

Browse files
authored
Merge pull request #10 from Nemo157/remove-old-feature
Remove old unstable feature
2 parents 96330cd + ef9e8b8 commit 21afc15

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
@@ -4,7 +4,7 @@
44
#![deny(warnings)]
55
#![cfg_attr(
66
feature = "const-fn",
7-
feature(const_fn, const_unsafe_cell_new)
7+
feature(const_fn)
88
)]
99
#![no_std]
1010

0 commit comments

Comments
 (0)