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.
2 parents 8f37250 + 73f8ffd commit fa04c15Copy full SHA for fa04c15
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