From 79af902d4781dd306014a62572d69ab0bb35d715 Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 16 Jun 2026 10:24:32 +0200 Subject: [PATCH] dashboard: drop tracker tag from matrix_accounts doc comment (lint) --- hive-c0re/src/dashboard/matrix_accounts.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hive-c0re/src/dashboard/matrix_accounts.rs b/hive-c0re/src/dashboard/matrix_accounts.rs index 8d2d01bd..a172a241 100644 --- a/hive-c0re/src/dashboard/matrix_accounts.rs +++ b/hive-c0re/src/dashboard/matrix_accounts.rs @@ -1,4 +1,5 @@ -//! Matrix-account listing for the dashboard (#1698 backend, BE-1). +//! Matrix-account listing for the dashboard (BE-1 of the external +//! matrix-account provisioning backend). //! //! `GET /api/matrix-accounts?agent=` returns the matrix accounts an //! agent currently has a token provisioned for. v1 derives the list cheaply