Skip to content

Commit a80f3c4

Browse files
committed
Fix clippy warnings
1 parent a836612 commit a80f3c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/abi.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#[cfg(feature = "master")]
22
use gccjit::FnAttribute;
33
use gccjit::{ToLValue, ToRValue, Type};
4-
use rustc_abi::{ArmCall, CanonAbi, InterruptKind, Reg, RegKind, X86Call};
4+
#[cfg(feature = "master")]
5+
use rustc_abi::{ArmCall, CanonAbi, InterruptKind, X86Call};
6+
use rustc_abi::{Reg, RegKind};
57
use rustc_codegen_ssa::traits::{AbiBuilderMethods, BaseTypeCodegenMethods};
68
use rustc_data_structures::fx::FxHashSet;
79
use rustc_middle::bug;

0 commit comments

Comments
 (0)