Skip to content

Commit ea8572d

Browse files
committed
chore: rm log clone
1 parent 557abd1 commit ea8572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ where
578578
if self.config.record_logs {
579579
let trace = self.last_trace();
580580
trace.ordering.push(TraceMemberOrder::Log(trace.logs.len()));
581-
trace.logs.push(CallLog::from(log.clone()).with_position(trace.children.len() as u64));
581+
trace.logs.push(CallLog::from(log).with_position(trace.children.len() as u64));
582582
}
583583
}
584584

0 commit comments

Comments
 (0)