Skip to content

Commit 0699e4e

Browse files
committed
Remove stabilized const_generics feature
1 parent 682dd70 commit 0699e4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
#![no_std]
99
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
10-
#![cfg_attr(feature = "unstable", feature(const_generics))]
1110
#![cfg_attr(feature = "unstable", feature(slice_range))]
1211
#![cfg_attr(feature = "unstable", feature(slice_ptr_get))]
1312
#![cfg_attr(feature = "unstable", feature(slice_ptr_len))]

0 commit comments

Comments
 (0)