mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-11-23 07:10:11 +00:00
End empty
doc comment with full stop (#202)
This commit is contained in:
parent
c418ee2b58
commit
45a4703f5e
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user