Skip to content

Commit 7d55b70

Browse files
authored
remove unused const_fn feature (#1140)
1 parent 2920eee commit 7d55b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//! * `powerpc64`: [`is_powerpc64_feature_detected`]
1313
1414
#![unstable(feature = "stdsimd", issue = "27731")]
15-
#![feature(const_fn, staged_api, stdsimd, doc_cfg, allow_internal_unstable)]
15+
#![feature(staged_api, stdsimd, doc_cfg, allow_internal_unstable)]
1616
#![deny(rust_2018_idioms)]
1717
#![allow(clippy::shadow_reuse)]
1818
#![deny(clippy::missing_inline_in_public_items)]

0 commit comments

Comments
 (0)