Skip to content

Commit

Permalink
Merge pull request #10 from Nemo157/remove-old-feature
Browse files Browse the repository at this point in the history
Remove old unstable feature
  • Loading branch information
japaric authored Aug 17, 2018
2 parents 96330cd + ef9e8b8 commit 21afc15
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 @@ -4,7 +4,7 @@
#![deny(warnings)]
#![cfg_attr(
feature = "const-fn",
feature(const_fn, const_unsafe_cell_new)
feature(const_fn)
)]
#![no_std]

Expand Down

0 comments on commit 21afc15

Please sign in to comment.