diff options
Diffstat (limited to 'src/geometry/interaction_groups.rs')
| -rw-r--r-- | src/geometry/interaction_groups.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geometry/interaction_groups.rs b/src/geometry/interaction_groups.rs index 2dfa098..b07389c 100644 --- a/src/geometry/interaction_groups.rs +++ b/src/geometry/interaction_groups.rs @@ -1,3 +1,5 @@ +#![allow(clippy::bad_bit_mask)] // Clippy will complain about the bitmasks due to Group::NONE being 0. + /// Pairwise filtering using bit masks. /// /// This filtering method is based on two 32-bit values: |
