Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannes Brands committed Nov 10, 2023
1 parent 40fb75a commit d3529ec
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 86 deletions.
2 changes: 1 addition & 1 deletion src/object_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub enum ParseError {
UnknownObjectType,
}

#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
pub enum ObjectType {
WorkingSet = 0,
DataMask = 1,
Expand Down
Loading

0 comments on commit d3529ec

Please sign in to comment.