src.nth.io/

summaryrefslogtreecommitdiff
path: root/src/time.rs
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
commit62be4f09ed833ed2946361f17576770163896d45 (patch)
tree48e2f593ba82a82f942ef4b6a7115f97cae03d16 /src/time.rs
parent459a84eb6ac76dbb671e516956d2e883e2817600 (diff)
Remove old-implementation references from source doc comments
Diffstat (limited to 'src/time.rs')
-rw-r--r--src/time.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time.rs b/src/time.rs
index 6616194..5bdac1f 100644
--- a/src/time.rs
+++ b/src/time.rs
@@ -3,8 +3,8 @@
//! Matter UTC time is microseconds since 2000-01-01T00:00:00Z (the "Matter
//! epoch"), not the Unix epoch. `jiff::Timestamp` is the lingua franca
//! everywhere else in this program; [`MatterMicros`] exists only at the wire
-//! boundary. Unlike matter.js, rs-matter passes spec values through
-//! unconverted, so no Unix-epoch API shift exists here.
+//! boundary. rs-matter passes spec values through unconverted, so no
+//! Unix-epoch API shift exists here.
use std::fmt;