Skip to content

Commit 62ee0ea

Browse files
committed
fmt
1 parent d0a746e commit 62ee0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_mir/interpret/operand.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use rustc_target::abi::{Abi, DiscriminantKind, HasDataLayout, Integer, LayoutOf,
1515
use rustc_target::abi::{VariantIdx, Variants};
1616

1717
use super::{
18-
from_known_layout, sign_extend, truncate, ConstValue, GlobalId, InterpCx,
19-
InterpResult, MPlaceTy, Machine, MemPlace, Place, PlaceTy, Pointer, Scalar, ScalarMaybeUndef,
18+
from_known_layout, sign_extend, truncate, ConstValue, GlobalId, InterpCx, InterpResult,
19+
MPlaceTy, Machine, MemPlace, Place, PlaceTy, Pointer, Scalar, ScalarMaybeUndef,
2020
};
2121

2222
/// An `Immediate` represents a single immediate self-contained Rust value.

0 commit comments

Comments
 (0)