Skip to content

Commit

Permalink
Fix unused import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Dec 12, 2021
1 parent 1c48025 commit 76cd709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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")]
Expand Down

0 comments on commit 76cd709

Please sign in to comment.