Skip to content

Commit 1a6a069

Browse files
committed
separate the receiver from arguments in HIR under /clippy
1 parent e2aec07 commit 1a6a069

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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)