diff options
Diffstat (limited to 'src/perfcnt/intel/counters.rs')
-rw-r--r-- | src/perfcnt/intel/counters.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perfcnt/intel/counters.rs b/src/perfcnt/intel/counters.rs index 47495e6..e2987cc 100644 --- a/src/perfcnt/intel/counters.rs +++ b/src/perfcnt/intel/counters.rs @@ -9,4 +9,4 @@ use super::description::PebsType; use super::description::Tuple; use super::description::MSRIndex; -include!(concat!(env!("OUT_DIR"), "/counters.rs"));
\ No newline at end of file +include!(concat!(env!("OUT_DIR"), "/counters.rs")); |