aboutsummaryrefslogtreecommitdiff
path: root/common/object/src/buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/object/src/buffer.rs')
-rw-r--r--common/object/src/buffer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/object/src/buffer.rs b/common/object/src/buffer.rs
index 2f9d066..f73b22e 100644
--- a/common/object/src/buffer.rs
+++ b/common/object/src/buffer.rs
@@ -7,6 +7,7 @@
use crate::{Object, Tag, ValueStore};
use bytemuck::try_cast_vec;
+#[derive(PartialEq, Eq, Hash)]
pub struct ObjectBuffer(pub Vec<u32>);
impl ObjectBuffer {