We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2920eee commit 7d55b70Copy full SHA for 7d55b70
crates/std_detect/src/lib.rs
@@ -12,7 +12,7 @@
12
//! * `powerpc64`: [`is_powerpc64_feature_detected`]
13
14
#![unstable(feature = "stdsimd", issue = "27731")]
15
-#![feature(const_fn, staged_api, stdsimd, doc_cfg, allow_internal_unstable)]
+#![feature(staged_api, stdsimd, doc_cfg, allow_internal_unstable)]
16
#![deny(rust_2018_idioms)]
17
#![allow(clippy::shadow_reuse)]
18
#![deny(clippy::missing_inline_in_public_items)]
0 commit comments