From 64da630258577c390a1d70735cb774fc8ff3280e Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 17 Aug 2026 04:52:20 -0400 Subject: [PATCH] docs(rust-client): field-access notation fix in the truncation note (review nit) --- clients/rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/rust/README.md b/clients/rust/README.md index 43b9684..cf2f0e1 100644 --- a/clients/rust/README.md +++ b/clients/rust/README.md @@ -123,7 +123,7 @@ creates an authenticated `tonic` client and attaches `authorization: Bearer returns an `AlarmFeedStream` async stream of alarm-feed messages and shares the gateway's central alarm monitor with every other client. -`ActiveAlarmSnapshot::from_truncated_snapshot` reports that the record came from +The `from_truncated_snapshot` field on `ActiveAlarmSnapshot` reports that the record came from a provider fetch which hit the per-fetch cap: the snapshot set may omit active alarms, and the gateway suspended its absence-implies-cleared inference for that poll. Treat the set as possibly incomplete rather than reconciling deletions