Skip to content

Commit

Permalink
Remove old unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Aug 15, 2018
1 parent 628c8e2 commit ef9e8b8
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 ef9e8b8

Please sign in to comment.