Skip to content

Commit 76cd709

Browse files
committed
Fix unused import in test
1 parent 1c48025 commit 76cd709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/ui/empty_global_asm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// run-pass
22

3+
#[allow(unused_imports)]
34
use std::arch::global_asm;
45

56
#[cfg(target_arch = "x86")]

0 commit comments

Comments
 (0)