From 281da1815576d8eaa3570591cf8bccdbd71f35af Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 23 Apr 2025 16:54:10 +0100 Subject: [PATCH] Fix cargo doc choking on invalid [DEPRECATED] 'link' Could have escaped with a backslash but I thought just using round brackets would be more readable than that. --- crates/cli/src/commands/manage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/commands/manage.rs b/crates/cli/src/commands/manage.rs index 4cf59a483..92cc30884 100644 --- a/crates/cli/src/commands/manage.rs +++ b/crates/cli/src/commands/manage.rs @@ -67,7 +67,7 @@ enum Subcommand { /// Add an email address to the specified user AddEmail { username: String, email: String }, - /// [DEPRECATED] Mark email address as verified + /// (DEPRECATED) Mark email address as verified VerifyEmail { username: String, email: String }, /// Set a user password