Skip to content

Commit

Permalink
Merge pull request #1215 from Lantern-chat/master
Browse files Browse the repository at this point in the history
Remove unused `slice_partition_at_index` feature
  • Loading branch information
dhardy committed Feb 7, 2022
2 parents 8f37250 + 73f8ffd commit fa04c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -50,7 +50,6 @@
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
#![no_std]
#![cfg_attr(feature = "simd_support", feature(stdsimd))]
#![cfg_attr(feature = "nightly", feature(slice_partition_at_index))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![allow(
clippy::float_cmp,
Expand Down

0 comments on commit fa04c15

Please sign in to comment.