Remove (trivial) unnecessary clone

This commit is contained in:
Tony Garnock-Jones 2023-11-07 00:40:43 +01:00
parent 726265132f
commit 764fb3b866
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ impl FacetRef {
let mut activation =
Activation::make(self,
Arc::clone(account),
cause.clone(),
cause,
account.trace_collector.clone(),
state);
let f_result = f(&mut activation);