Skip to content

Commit

Permalink
End empty doc comment with full stop (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
glts authored and Dylan-DPC committed Dec 3, 2019
1 parent c418ee2 commit 45a4703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -575,7 +575,7 @@ macro_rules! __impl_bitflags {
)+

__fn_bitflags! {
/// Returns an empty set of flags
/// Returns an empty set of flags.
#[inline]
pub const fn empty() -> $BitFlags {
$BitFlags { bits: 0 }
Expand Down

0 comments on commit 45a4703

Please sign in to comment.