gz / rust-cpuid

cpuid library in rust.
https://docs.rs/raw-cpuid/
MIT License
147 stars 43 forks source link

Restore CpuId's Debug implementation #159

Closed khuey closed 1 year ago

khuey commented 1 year ago

This is a regression from 10.7.0. There's no need for CpuIdReader to support Debug, so drop it.

codecov[bot] commented 1 year ago

Codecov Report

Merging #159 (9d5d536) into master (927152c) will increase coverage by 1.77%. The diff coverage is n/a.

:exclamation: Current head 9d5d536 differs from pull request most recent head fe7351c. Consider uploading reports for the commit fe7351c to get more accurate results

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
+ Coverage   36.38%   38.15%   +1.77%     
==========================================
  Files           4        4              
  Lines        4387     4477      +90     
==========================================
+ Hits         1596     1708     +112     
+ Misses       2791     2769      -22     
Impacted Files Coverage Δ
src/lib.rs 46.13% <ø> (+2.87%) :arrow_up:

... and 1 file with indirect coverage changes

gz commented 1 year ago

Thanks for fixing this!

gz commented 1 year ago

Released as 11.0.1