Skip to content

Commit

Permalink
Use new Copy impl for NodeNames
Browse files Browse the repository at this point in the history
  • Loading branch information
RadicalZephyr committed Feb 18, 2024
1 parent 2d689de commit 92f7a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl_/gc_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Clone for GcNode {
fn clone(&self) -> Self {
Self {
id: self.id,
name: self.name.clone(),
name: self.name,
gc_ctx: self.gc_ctx.clone(),
data: Arc::clone(&self.data),
}
Expand Down

0 comments on commit 92f7a2d

Please sign in to comment.