Skip to content

Commit

Permalink
Remove unused slice_partition_at_index feature
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Feb 7, 2022
1 parent 8f37250 commit 73f8ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
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 73f8ffd

Please sign in to comment.