End empty doc comment with full stop (#202)

This commit is contained in:
glts 2019-12-03 17:22:44 +01:00 committed by Dylan DPC
parent c418ee2b58
commit 45a4703f5e

View File

@ -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 }