File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
data_collection/disks/unix/macos
new_data_collection/sources/sysinfo Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use crate::data_collection::disks::IoCounters;
66fn get_device_io ( device : io_kit:: IoObject ) -> anyhow:: Result < IoCounters > {
77 let parent = device. service_parent ( ) ?;
88
9- // XXX: Re: Conform check being disabled.
9+ // NB: Regarding the conform check being disabled.
1010 //
1111 // Okay, so this is weird.
1212 //
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1- pub mod temperature;
21pub mod cpu;
32pub mod disk;
4- pub mod memory;
3+ pub mod memory;
4+ pub mod temperature;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub fn init_logger(
1818 // logging at all in a debug context which is generally fine,
1919 // release builds should have this logging disabled entirely for now.
2020 unsafe {
21- // XXX : If we ever DO add general logging as a release feature, evaluate this
21+ // NB : If we ever DO add general logging as a release feature, evaluate this
2222 // again and whether this is something we want enabled in
2323 // release builds! What might be safe is falling back to the non-set-soundness
2424 // mode when specifically using certain feature flags (e.g. dev-logging feature
You can’t perform that action at this time.
0 commit comments