Skip to content

Commit

Permalink
Make ResolvedClassDescription Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 27, 2023
1 parent 6ecd384 commit fadea12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer_context/src/annotations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl From<ClassDescription> for CachedClassDescription {
}
}

#[derive(Clone, Debug)]
#[derive(Clone, Copy, Debug)]
pub struct ResolvedClassDescription<'a> {
pub class_id: Option<ClassId>,
pub class_description: Option<&'a ClassDescription>,
Expand Down

0 comments on commit fadea12

Please sign in to comment.