]> git.lizzy.rs Git - rust.git/commitdiff
rustfmt
authorRalf Jung <post@ralfj.de>
Tue, 10 May 2022 10:21:01 +0000 (12:21 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 10 May 2022 10:21:01 +0000 (12:21 +0200)
src/machine.rs

index 1f1caa866118f9b3f7f0d049a7daaacdc082a5d5..2ecb583abb2c4b118ad7b6236707d33ffa8a4321 100644 (file)
@@ -28,7 +28,7 @@
 use rustc_target::abi::Size;
 use rustc_target::spec::abi::Abi;
 
-use crate::{*, shims::posix::FileHandler};
+use crate::{shims::posix::FileHandler, *};
 
 // Some global facts about the emulated machine.
 pub const PAGE_SIZE: u64 = 4 * 1024; // FIXME: adjust to target architecture