We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a237a commit bbb23f4Copy full SHA for bbb23f4
src/lib.rs
@@ -4,9 +4,6 @@
4
#![cfg_attr(feature = "unstable", feature(slice_ptr_get))]
5
#![cfg_attr(feature = "unstable", feature(slice_ptr_len))]
6
#![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))]
10
#![cfg_attr(feature = "very_unstable", feature(const_trait_impl))]
11
#![cfg_attr(feature = "very_unstable", feature(const_mut_refs))]
12
#![cfg_attr(feature = "very_unstable", allow(incomplete_features))]
0 commit comments