separate the receiver from arguments in HIR under /clippy
This commit is contained in:
parent
87c6da363f
commit
3955dc3480
112 changed files with 663 additions and 563 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue