Skip to content

Commit 533bec3

Browse files
committed
clippy fixes
1 parent 18e519c commit 533bec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_loggers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn bevy_global_transform<'w>(
124124
let descriptor = rerun::ComponentDescriptor {
125125
archetype: Some(archetype_name.into()),
126126
component: component.into(),
127-
component_type: batch.descriptor.component_type.clone(),
127+
component_type: batch.descriptor.component_type,
128128
};
129129
batch.with_descriptor_override(descriptor)
130130
})

0 commit comments

Comments
 (0)