Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed May 6, 2024
1 parent 68b173f commit adb4aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/view/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ impl<R: RngCore + CryptoRng> Planner<R> {
// (This really should have been considered witness data. Oh well.)
let fmd_params = view.fmd_parameters().await?;

let mut plan = mem::take(&mut self.action_list).into_plan(
let plan = mem::take(&mut self.action_list).into_plan(
&mut self.rng,
&fmd_params,
self.transaction_parameters.clone(),
Expand Down

0 comments on commit adb4aef

Please sign in to comment.