From 86811eb113d1a5e120b3816a3a1ab0460c5f2eeb Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Wed, 4 Feb 2026 14:52:59 +0000 Subject: [PATCH] Add documentation about what is returned from RemoteSettingsService::Sync --- components/remote_settings/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/remote_settings/src/lib.rs b/components/remote_settings/src/lib.rs index 9d708663e7..43c4d780b7 100644 --- a/components/remote_settings/src/lib.rs +++ b/components/remote_settings/src/lib.rs @@ -68,6 +68,9 @@ impl RemoteSettingsService { } /// Sync collections for all active clients + /// + /// The returned list is the list of collections for which updates were seen + /// and then synced. #[handle_error(Error)] pub fn sync(&self) -> ApiResult> { self.internal.sync()