From 317e545d7cf7b9d6e7137d5d44e80031f6815c4b Mon Sep 17 00:00:00 2001 From: atlas Date: Sat, 4 Jul 2026 12:30:47 +0200 Subject: [PATCH] fix: wrap M_UNKNOWN_TOKEN in backticks in doc comment (clippy::doc_markdown) --- hive-matrix-mcp/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-matrix-mcp/src/client.rs b/hive-matrix-mcp/src/client.rs index 76447820..ca24e1c3 100644 --- a/hive-matrix-mcp/src/client.rs +++ b/hive-matrix-mcp/src/client.rs @@ -30,7 +30,7 @@ use serde::Deserialize; use tokio::fs; /// Sentinel returned when `build_and_restore` detects that the token is -/// permanently invalid (M_UNKNOWN_TOKEN). The token has already been +/// permanently invalid (`M_UNKNOWN_TOKEN`). The token has already been /// removed from disk. Callers should NOT retry — the account needs /// re-provisioning by hive-c0re. ///