Skip to content

Commit

Permalink
Merge branch 'latest' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Oct 8, 2024
2 parents 9c08929 + e1f88b1 commit 26f4d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/encodings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub type Idx = u32;
type IdxTracker = (vec_collections::VecSet<[Idx; 8]>, u64);
type ColorToIdx = HashMap<Color, IdxTracker, BuildNoHashHasher<Color>>;

#[derive(Debug, Clone, PartialEq, Eq)]
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(
feature = "rkyv",
derive(rkyv::Serialize, rkyv::Deserialize, rkyv::Archive)
Expand Down

0 comments on commit 26f4d17

Please sign in to comment.