Skip to content

Commit

Permalink
Added missing mem_dbg derive
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 authored and Licenser committed Aug 19, 2024
1 parent c1387e2 commit fb252a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/h2b/sketch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ impl Sketch for M128 {
/// to optimize for cache locallity when compiting inside
/// a vectored sketch
#[derive(Default, Clone, Copy, Debug, Eq, PartialEq, Hash)]
#[cfg_attr(feature = "mem_dbg", derive(mem_dbg::MemDbg, mem_dbg::MemSize))]
struct HiLoRegister {
high: u128,
low: u128,
Expand Down

0 comments on commit fb252a6

Please sign in to comment.