diff options
| author | Makoto Kato <m_kato@ga2.so-net.ne.jp> | 2019-12-04 22:19:39 +0900 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-12-06 12:17:56 +0100 |
| commit | 51c3295de1ae7f73a66f7eccae83385033fc60d5 (patch) | |
| tree | 37e0076da42043032cf33c5d826775217e79733f /library/stdarch/crates/std_detect | |
| parent | cca9a86637c3307f2d25c9e63567b726b1612c0a (diff) | |
| download | rust-51c3295de1ae7f73a66f7eccae83385033fc60d5.tar.gz rust-51c3295de1ae7f73a66f7eccae83385033fc60d5.zip | |
Fix unused import: `mem::transmute`
When building on aarch64, the following warning occurs.
```
warning: unused import: `mem::transmute`
--> crates/core_arch/src/arm/neon.rs:3:38
|
3 | use crate::{core_arch::simd_llvm::*, mem::transmute};
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
```
Diffstat (limited to 'library/stdarch/crates/std_detect')
0 files changed, 0 insertions, 0 deletions
