Skip to content

Commit fa04c15

Browse files
authored
Merge pull request #1215 from Lantern-chat/master
Remove unused `slice_partition_at_index` feature
2 parents 8f37250 + 73f8ffd commit fa04c15

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)