Skip to content

Commit 88d92d7

Browse files
committed
separate the receiver from arguments in HIR under /clippy
1 parent 21801b5 commit 88d92d7

File tree

1 file changed

+1
-5
lines changed
  • portable-simd/crates/std_float/src

1 file changed

+1
-5
lines changed

portable-simd/crates/std_float/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#![cfg_attr(feature = "as_crate", no_std)] // We are std!
2-
#![cfg_attr(
3-
feature = "as_crate",
4-
feature(platform_intrinsics),
5-
feature(portable_simd)
6-
)]
2+
#![cfg_attr(feature = "as_crate", feature(platform_intrinsics), feature(portable_simd))]
73
#[cfg(not(feature = "as_crate"))]
84
use core::simd;
95
#[cfg(feature = "as_crate")]

0 commit comments

Comments
 (0)