Skip to content

Commit

Permalink
Fix new clippy error from updated rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Jul 13, 2023
1 parent 496e878 commit 2d0d30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async fn constant_values_are_not_validated() {

// Modify the metadata.
let metadata = modified_metadata(api.metadata(), |md| {
let mut existential = md
let existential = md
.pallets
.iter_mut()
.find(|pallet| pallet.name == "Balances")
Expand Down

0 comments on commit 2d0d30c

Please sign in to comment.