Skip to content

Commit

Permalink
fix ci (and wrong serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Oct 18, 2024
1 parent acf828a commit 872014f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/object/interaction_groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
/// ```ignore
/// (self.memberships & rhs.filter) != 0 && (rhs.memberships & self.filter) != 0
/// ```
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
#[repr(C)]
pub struct InteractionGroups {
Expand Down Expand Up @@ -81,7 +80,6 @@ impl Default for InteractionGroups {

bitflags::bitflags! {
/// A bit mask identifying groups for interaction.
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
pub struct Group: u32 {
/// The group n°1.
Expand Down

0 comments on commit 872014f

Please sign in to comment.