remove #[allow(missing_docs)]

This commit is contained in:
Tristan Guichaoua
2022-08-13 14:35:11 +02:00
parent 6c2eca72a5
commit 911493e6d8

View File

@@ -78,7 +78,6 @@ use bitflags::bitflags;
bitflags! {
/// A bit mask identifying groups for interaction.
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
#[allow(missing_docs)]
pub struct Group: u32 {
/// The group n°1.
const GROUP_1 = 1 << 0;