We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slice_partition_at_index
1 parent 8f37250 commit 73f8ffdCopy full SHA for 73f8ffd
src/lib.rs
@@ -50,7 +50,6 @@
50
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
51
#![no_std]
52
#![cfg_attr(feature = "simd_support", feature(stdsimd))]
53
-#![cfg_attr(feature = "nightly", feature(slice_partition_at_index))]
54
#![cfg_attr(doc_cfg, feature(doc_cfg))]
55
#![allow(
56
clippy::float_cmp,
0 commit comments