Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 542cbed

Browse files
committed
Remove redundant clone
1 parent 8d4c7df commit 542cbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/coverage/examples/record.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fn main() -> Result<()> {
9393
let recorded = CoverageRecorder::new(cmd)
9494
.allowlist(allowlist.clone())
9595
.loader(loader)
96-
.debuginfo_cache(cache.clone())
96+
.debuginfo_cache(cache)
9797
.timeout(timeout)
9898
.record()?;
9999

0 commit comments

Comments
 (0)