Skip to content

Commit

Permalink
Change the use of the #[doc] attribute on VerificationLevel to do…
Browse files Browse the repository at this point in the history
…c comments (#1057)
  • Loading branch information
nickelc authored and arqunis committed Nov 5, 2020
1 parent 49ebbd7 commit 2b1e2fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/model/guild/mod.rs
Expand Up @@ -2223,10 +2223,10 @@ impl Region {
}
}

#[doc="The level to set as criteria prior to a user being able to send
messages in a [`Guild`].
[`Guild`]: struct.Guild.html"]
/// The level to set as criteria prior to a user being able to send
/// messages in a [`Guild`].
///
/// [`Guild`]: struct.Guild.html
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq, PartialOrd, Ord)]
#[non_exhaustive]
pub enum VerificationLevel {
Expand Down

0 comments on commit 2b1e2fc

Please sign in to comment.