Skip to content

Commit 4825b2a

Browse files
committed
Fix lint
1 parent eb3c050 commit 4825b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/std_float/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#![cfg_attr(
33
feature = "as_crate",
44
feature(platform_intrinsics),
5-
feature(portable_simd)
5+
feature(portable_simd),
6+
allow(internal_features)
67
)]
78
#[cfg(not(feature = "as_crate"))]
89
use core::simd;

0 commit comments

Comments
 (0)