fix: wrap M_UNKNOWN_TOKEN in backticks in doc comment (clippy::doc_markdown)

This commit is contained in:
atlas 2026-07-04 12:30:47 +02:00 committed by mara
commit 317e545d7c

View file

@ -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.
///