diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/geometry/interaction_groups.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
