Skip to content

Commit

Permalink
Fix clippy on latest compiler (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx authored Jun 17, 2022
1 parent df76d0c commit afb5eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
<details><summary>${{ github.event.pull_request.head.sha }}</summary>
<details><summary>Pallet tests (values are in nanosegconds)</summary>
<details><summary>Pallet tests (values are in nanoseconds)</summary>
${{ steps.test-performance-pallets.outputs.body }}
</details>
Expand Down
2 changes: 1 addition & 1 deletion pallets/usage/src/offchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl core::fmt::Debug for PayeeInfo {
}
}

#[derive(Encode, Decode, Default, Clone, PartialEq, RuntimeDebug, scale_info::TypeInfo)]
#[derive(Encode, Decode, Default, Clone, PartialEq, Eq, RuntimeDebug, scale_info::TypeInfo)]
pub struct WaitListInvoiceData<BlockNumber> {
pub program_id: H256,
pub message_id: H256,
Expand Down

0 comments on commit afb5eef

Please sign in to comment.