fix: wrap M_UNKNOWN_TOKEN in backticks in doc comment (clippy::doc_markdown)
This commit is contained in:
parent
a1cd50610a
commit
317e545d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue