diff options
author | 2018-07-14 00:14:36 -0700 | |
---|---|---|
committer | 2018-07-14 00:14:36 -0700 | |
commit | af820214bcfde26051b18bb3fd384819e45ffc13 (patch) | |
tree | ddc54cdf0ea05008bd9add33639b5ca2084d765a /src/perfcnt/intel/counters.rs | |
parent | e8af882c479eb063ef6f505cef4e9471b43e9c44 (diff) | |
download | rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.tar.gz rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.tar.zst rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.zip |
rustfmt.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Diffstat (limited to 'src/perfcnt/intel/counters.rs')
-rw-r--r-- | src/perfcnt/intel/counters.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/perfcnt/intel/counters.rs b/src/perfcnt/intel/counters.rs index f99a3fb..e8dcaeb 100644 --- a/src/perfcnt/intel/counters.rs +++ b/src/perfcnt/intel/counters.rs @@ -1,8 +1,7 @@ //! Performance counter for all Intel architectures. +use super::description::{Counter, EventDescription, MSRIndex, PebsType, Tuple}; /// The content of this file is automatically generated by `build.rs` /// from the data in `x86data/perfmon_data`. - use phf; -use super::description::{EventDescription, Counter, PebsType, Tuple, MSRIndex}; include!(concat!(env!("OUT_DIR"), "/counters.rs")); |