Skip to content

Commit 39bb865

Browse files
committed
fmt
1 parent 3d67703 commit 39bb865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/src/machine.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use rand::rngs::StdRng;
99
use rand::SeedableRng;
1010

1111
use rustc_ast::ast::Mutability;
12+
use rustc_const_eval::const_eval::CheckAlignment;
1213
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
1314
#[allow(unused)]
1415
use rustc_data_structures::static_assert_size;
@@ -22,9 +23,8 @@ use rustc_middle::{
2223
};
2324
use rustc_span::def_id::{CrateNum, DefId};
2425
use rustc_span::Symbol;
25-
use rustc_target::abi::{Size, Align};
26+
use rustc_target::abi::{Align, Size};
2627
use rustc_target::spec::abi::Abi;
27-
use rustc_const_eval::const_eval::CheckAlignment;
2828

2929
use crate::{
3030
concurrency::{data_race, weak_memory},

0 commit comments

Comments
 (0)