Skip to content

Commit

Permalink
Remove clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Feb 15, 2024
1 parent 5df53c3 commit 208eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coroutine/memoset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ impl<F: LurkField, Q: Query<F>> Scope<Q, LogMemo<F>, F> {
.collect::<Vec<_>>();

let result = self.queries.get(query).expect("result missing");
let p = Provenance::new(*query, *result, sub_provenances.clone());
let p = Provenance::new(*query, *result, sub_provenances);
let provenance = p.to_ptr(store);

if let Some(dependents) = self.dependents.get(query) {
Expand Down

0 comments on commit 208eb28

Please sign in to comment.