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.
1 parent eb3c050 commit 4825b2aCopy full SHA for 4825b2a
crates/std_float/src/lib.rs
@@ -2,7 +2,8 @@
2
#![cfg_attr(
3
feature = "as_crate",
4
feature(platform_intrinsics),
5
- feature(portable_simd)
+ feature(portable_simd),
6
+ allow(internal_features)
7
)]
8
#[cfg(not(feature = "as_crate"))]
9
use core::simd;
0 commit comments