aboutsummaryrefslogtreecommitdiff
path: root/src/perfcnt/intel/mod.rs
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2016-01-15 08:41:06 +0100
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2016-01-15 08:41:06 +0100
commit36d60cd9a76fd496dbbff780942364fc88a60259 (patch)
tree55043b1fc6edf4c24a893fbfa096b83954188679 /src/perfcnt/intel/mod.rs
parent19a86adc76cc4e931a2cf91a473eefebe6898632 (diff)
downloadrust-x86-36d60cd9a76fd496dbbff780942364fc88a60259.tar.gz
rust-x86-36d60cd9a76fd496dbbff780942364fc88a60259.tar.zst
rust-x86-36d60cd9a76fd496dbbff780942364fc88a60259.zip
Formatting with new cargo fmt command.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Diffstat (limited to 'src/perfcnt/intel/mod.rs')
-rw-r--r--src/perfcnt/intel/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perfcnt/intel/mod.rs b/src/perfcnt/intel/mod.rs
index 99793be..960e0c6 100644
--- a/src/perfcnt/intel/mod.rs
+++ b/src/perfcnt/intel/mod.rs
@@ -1,4 +1,4 @@
//! Information about Intel's performance counters.
pub mod counters;
-pub mod description; \ No newline at end of file
+pub mod description;