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;
6
6
fn get_device_io ( device : io_kit:: IoObject ) -> anyhow:: Result < IoCounters > {
7
7
let parent = device. service_parent ( ) ?;
8
8
9
- // XXX: Re: Conform check being disabled.
9
+ // NB: Regarding the conform check being disabled.
10
10
//
11
11
// Okay, so this is weird.
12
12
//
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;
2
1
pub mod cpu;
3
2
pub 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(
18
18
// logging at all in a debug context which is generally fine,
19
19
// release builds should have this logging disabled entirely for now.
20
20
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
22
22
// again and whether this is something we want enabled in
23
23
// release builds! What might be safe is falling back to the non-set-soundness
24
24
// mode when specifically using certain feature flags (e.g. dev-logging feature
You can’t perform that action at this time.
0 commit comments