Skip to content

Commit bbb23f4

Browse files
committed
Remove stabilized features
1 parent d0a237a commit bbb23f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#![cfg_attr(feature = "unstable", feature(slice_ptr_get))]
55
#![cfg_attr(feature = "unstable", feature(slice_ptr_len))]
66
#![cfg_attr(feature = "very_unstable", feature(const_slice_ptr_len))]
7-
#![cfg_attr(feature = "very_unstable", feature(const_panic))]
8-
#![cfg_attr(feature = "very_unstable", feature(const_fn_trait_bound))]
9-
#![cfg_attr(feature = "very_unstable", feature(const_fn_fn_ptr_basics))]
107
#![cfg_attr(feature = "very_unstable", feature(const_trait_impl))]
118
#![cfg_attr(feature = "very_unstable", feature(const_mut_refs))]
129
#![cfg_attr(feature = "very_unstable", allow(incomplete_features))]

0 commit comments

Comments
 (0)