Skip to content

WIP: pallet rws storage #67

WIP: pallet rws storage

WIP: pallet rws storage #67

GitHub Actions / clippy failed Feb 12, 2025 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 1920 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-38.0.0/src/pallet/impls.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

not all trait items implemented, missing: `migrate_to_direct_staker`

error[E0046]: not all trait items implemented, missing: `migrate_to_direct_staker`
    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-38.0.0/src/pallet/impls.rs:1920:1
     |
1920 | impl<T: Config> sp_staking::StakingUnchecked for Pallet<T> {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `migrate_to_direct_staker` in implementation
     |
     = help: implement the missing item: `fn migrate_to_direct_staker(_: &<Self as sp_staking::StakingInterface>::AccountId) { todo!() }`