diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2021-12-12 21:11:15 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-12-12 21:11:15 +0000 |
| commit | 76cd709f9e3915bcfe669ae2edeb5157d6280474 (patch) | |
| tree | c0c6a86344f98a4abf364ac3e1408cdb089300ca /src | |
| parent | 1c48025685cb64ecdf637f4aed3a870d6fe2cd1a (diff) | |
| download | rust-76cd709f9e3915bcfe669ae2edeb5157d6280474.tar.gz rust-76cd709f9e3915bcfe669ae2edeb5157d6280474.zip | |
Fix unused import in test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/empty_global_asm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/empty_global_asm.rs b/src/test/ui/empty_global_asm.rs index bff5c203b91..dbcc7be0578 100644 --- a/src/test/ui/empty_global_asm.rs +++ b/src/test/ui/empty_global_asm.rs @@ -1,5 +1,6 @@ // run-pass +#[allow(unused_imports)] use std::arch::global_asm; #[cfg(target_arch = "x86")] |
