Skip to content

Commit

Permalink
chore: add hash to object id
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Dec 22, 2024
1 parent f4a09af commit 73288b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_pool/object_id.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::object_pool::ParseError;

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct ObjectId {
id: u16,
}
Expand Down

0 comments on commit 73288b3

Please sign in to comment.