aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/interaction_groups.rs
diff options
context:
space:
mode:
authorTristan Guichaoua <tguichaoua.dev@gmail.com>2022-08-13 14:35:11 +0200
committerTristan Guichaoua <tguichaoua.dev@gmail.com>2022-08-13 14:35:11 +0200
commit911493e6d8207c226183157e3ab866bd7a344f7a (patch)
tree06950e41f5c63d876a215203ff488e5e4ffe0ce6 /src/geometry/interaction_groups.rs
parent6c2eca72a5dac16700ce668b75b3a9eee4e2ddda (diff)
downloadrapier-911493e6d8207c226183157e3ab866bd7a344f7a.tar.gz
rapier-911493e6d8207c226183157e3ab866bd7a344f7a.tar.bz2
rapier-911493e6d8207c226183157e3ab866bd7a344f7a.zip
remove #[allow(missing_docs)]
Diffstat (limited to 'src/geometry/interaction_groups.rs')
-rw-r--r--src/geometry/interaction_groups.rs1
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;