Skip to content

Commit 30bb37b

Browse files
committed
some notes
1 parent 2ba435f commit 30bb37b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

src/data_collection/disks/unix/macos/counters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::data_collection::disks::IoCounters;
66
fn 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
//
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod temperature;
21
pub mod cpu;
32
pub mod disk;
4-
pub mod memory;
3+
pub mod memory;
4+
pub mod temperature;

src/utils/logging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)