mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-26 21:45:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user