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.
This commit is contained in:
Olivier 'reivilibre
2025-04-23 16:54:10 +01:00
parent 5861f6780e
commit 281da18155
+1 -1
View File
@@ -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