Skip to content

Commit ef6b9a9

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 4828592 commit ef6b9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/shims/native_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ use std::ops::Deref;
33

44
use libffi::high::call as ffi;
55
use libffi::low::CodePtr;
6+
use rustc_abi::{BackendRepr, HasDataLayout};
67
use rustc_middle::ty::{self as ty, IntTy, UintTy};
78
use rustc_span::Symbol;
8-
use rustc_abi::{BackendRepr, HasDataLayout};
99

1010
use crate::*;
1111

0 commit comments

Comments
 (0)