diff options
| author | Luke Hoersten <[email protected]> | 2026-07-28 20:31:54 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-28 20:31:54 -0500 |
| commit | 62be4f09ed833ed2946361f17576770163896d45 (patch) | |
| tree | 48e2f593ba82a82f942ef4b6a7115f97cae03d16 /src/config.rs | |
| parent | 459a84eb6ac76dbb671e516956d2e883e2817600 (diff) | |
Remove old-implementation references from source doc comments
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
