Skip to content

Commit c82b35d

Browse files
committed
Remove uneeded feature gates
1 parent 00fc090 commit c82b35d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@
3535
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
3636
#![cfg_attr(feature = "unstable", feature(slice_range))]
3737
#![cfg_attr(feature = "unstable", feature(slice_ptr_get))]
38-
#![cfg_attr(feature = "unstable", feature(slice_ptr_len))]
39-
#![cfg_attr(feature = "very_unstable", feature(const_slice_ptr_len))]
4038
#![cfg_attr(feature = "very_unstable", feature(const_trait_impl))]
41-
#![cfg_attr(feature = "very_unstable", feature(const_mut_refs))]
42-
#![cfg_attr(feature = "very_unstable", feature(inline_const))]
4339
#![cfg_attr(feature = "very_unstable", feature(unboxed_closures))]
4440
#![cfg_attr(feature = "very_unstable", feature(fn_traits))]
45-
#![cfg_attr(all(feature = "unstable", test), feature(slice_as_chunks))]
4641
#![warn(missing_docs)]
4742
#![deny(unsafe_op_in_unsafe_fn)]
4843

0 commit comments

Comments
 (0)