fix: rustdoc lints

This commit is contained in:
kozabrada123 2024-08-09 09:11:20 +02:00
parent 754c212b39
commit fa70c55944
1 changed files with 2 additions and 2 deletions

View File

@ -331,8 +331,8 @@ pub struct ProfileBadge {
/// A link (potentially used for href) for the badge.
///
/// e.g.:
/// "staff" badge links to "https://discord.com/company"
/// "certified_moderator" links to "https://discord.com/safety"
/// `"staff"` badge links to `"https://discord.com/company"`
/// `"certified_moderator"` links to `"https://discord.com/safety"`
pub link: Option<String>,
}