From 911493e6d8207c226183157e3ab866bd7a344f7a Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Sat, 13 Aug 2022 14:35:11 +0200 Subject: remove #[allow(missing_docs)] --- src/geometry/interaction_groups.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/geometry/interaction_groups.rs b/src/geometry/interaction_groups.rs index 09a20e9..2c3b4b3 100644 --- a/src/geometry/interaction_groups.rs +++ b/src/geometry/interaction_groups.rs @@ -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; -- cgit