Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Dec 25, 2024
1 parent b4338c0 commit 1b21fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem_use.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ where

#[inline]
fn mem_use_inline(&self) -> usize {
size_of::<T>() + self.len()
size_of_val(self)
}

#[inline]
Expand Down

0 comments on commit 1b21fcf

Please sign in to comment.