mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
Fix unused import in test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// run-pass
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use std::arch::global_asm;
|
||||
|
||||
#[cfg(target_arch = "x86")]
|
||||
|
||||
Reference in New Issue
Block a user