From 423427abebfe9a4a0b4bc6457b3a436f611f1ed9 Mon Sep 17 00:00:00 2001 From: damocles Date: Fri, 31 Jul 2026 23:06:41 +0200 Subject: [PATCH] hive-c0re: fix clippy doc_markdown nit in matrix_accounts.rs --- hive-c0re/src/dashboard/matrix_accounts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/dashboard/matrix_accounts.rs b/hive-c0re/src/dashboard/matrix_accounts.rs index 370c4d5f..3e861bfe 100644 --- a/hive-c0re/src/dashboard/matrix_accounts.rs +++ b/hive-c0re/src/dashboard/matrix_accounts.rs @@ -104,7 +104,7 @@ fn account_name_from_filename(fname: &str) -> Option { } /// `GET /api/matrix-accounts?agent=` — matrix accounts provisioned -/// for `agent`, backfilled with homeserver/live/user_id from the daemon's +/// for `agent`, backfilled with `homeserver`/`live`/`user_id` from the daemon's /// snapshot. #[utoipa::path( get,