We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29392c0 commit d08b2a5Copy full SHA for d08b2a5
crates/core_simd/src/lib.rs
@@ -18,6 +18,7 @@
18
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
19
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
20
#![deny(unsafe_op_in_unsafe_fn, clippy::undocumented_unsafe_blocks)]
21
+#![allow(internal_features)]
22
#![unstable(feature = "portable_simd", issue = "86656")]
23
//! Portable SIMD module.
24
0 commit comments