Skip to content

Commit cee0801

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 3d2ce16 commit cee0801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ use rand::rngs::StdRng;
1212
use rand::{Rng, SeedableRng};
1313
use rustc_abi::{Align, ExternAbi, Size};
1414
use rustc_apfloat::{Float, FloatConvert};
15-
use rustc_hir::attrs::InlineAttr;
1615
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
1716
#[allow(unused)]
1817
use rustc_data_structures::static_assert_size;
18+
use rustc_hir::attrs::InlineAttr;
1919
use rustc_middle::mir;
2020
use rustc_middle::query::TyCtxtAt;
2121
use rustc_middle::ty::layout::{

0 commit comments

Comments
 (0)