mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
separate the receiver from arguments in HIR under /clippy
This commit is contained in:
parent
e2aec079eb
commit
1a6a069365
@ -1,9 +1,5 @@
|
||||
#![cfg_attr(feature = "as_crate", no_std)] // We are std!
|
||||
#![cfg_attr(
|
||||
feature = "as_crate",
|
||||
feature(platform_intrinsics),
|
||||
feature(portable_simd)
|
||||
)]
|
||||
#![cfg_attr(feature = "as_crate", feature(platform_intrinsics), feature(portable_simd))]
|
||||
#[cfg(not(feature = "as_crate"))]
|
||||
use core::simd;
|
||||
#[cfg(feature = "as_crate")]
|
||||
|
Loading…
Reference in New Issue
Block a user