mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-09 01:13:51 +02:00
cargo fmt with imports_granularity = "module"
This commit is contained in:
parent
e27755971a
commit
3e4a869587
@ -15,13 +15,11 @@
|
|||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
|
|
||||||
use bitflags::bitflags;
|
use bitflags::bitflags;
|
||||||
use core::{
|
use core::arch::asm;
|
||||||
arch::asm,
|
use core::fmt::{self, Debug, Formatter};
|
||||||
fmt::{self, Debug, Formatter},
|
use core::hint::spin_loop;
|
||||||
hint::spin_loop,
|
use core::mem::size_of;
|
||||||
mem::size_of,
|
use core::ptr::{addr_of, addr_of_mut};
|
||||||
ptr::{addr_of, addr_of_mut},
|
|
||||||
};
|
|
||||||
use log::trace;
|
use log::trace;
|
||||||
|
|
||||||
/// Reads and returns the value of the given aarch64 system register.
|
/// Reads and returns the value of the given aarch64 system register.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user