From 62be4f09ed833ed2946361f17576770163896d45 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 20:31:54 -0500 Subject: Remove old-implementation references from source doc comments --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 8288d4e..43059f9 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,5 +1,5 @@ -//! Validated JSON configuration, file-compatible with the TypeScript -//! implementation (`/etc/mattertimectl/config.json`, camelCase keys). +//! Validated JSON configuration (`/etc/mattertimectl/config.json`, camelCase +//! keys). //! //! Unknown fields are rejected loudly via serde's `deny_unknown_fields`; //! device membership deliberately lives in controller storage, not here. -- cgit v1.2.3