Skip to content

Commit d08b2a5

Browse files
committed
Allow internal_features lint
1 parent 29392c0 commit d08b2a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
1919
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
2020
#![deny(unsafe_op_in_unsafe_fn, clippy::undocumented_unsafe_blocks)]
21+
#![allow(internal_features)]
2122
#![unstable(feature = "portable_simd", issue = "86656")]
2223
//! Portable SIMD module.
2324

0 commit comments

Comments
 (0)