Skip to content

Commit 73f8ffd

Browse files
committed
Remove unused slice_partition_at_index feature
1 parent 8f37250 commit 73f8ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
5151
#![no_std]
5252
#![cfg_attr(feature = "simd_support", feature(stdsimd))]
53-
#![cfg_attr(feature = "nightly", feature(slice_partition_at_index))]
5453
#![cfg_attr(doc_cfg, feature(doc_cfg))]
5554
#![allow(
5655
clippy::float_cmp,

0 commit comments

Comments
 (0)