Skip to content

Commit f6a4a76

Browse files
committed
tidy
1 parent b1c2b98 commit f6a4a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/util/aggregate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use rustc_middle::mir::*;
33
use rustc_middle::ty::{Ty, TyCtxt};
44
use rustc_target::abi::VariantIdx;
55

6-
use std::iter::TrustedLen;
76
use std::convert::TryFrom;
7+
use std::iter::TrustedLen;
88

99
/// Expand `lhs = Rvalue::Aggregate(kind, operands)` into assignments to the fields.
1010
///

0 commit comments

Comments
 (0)