Skip to content

test: impl tests

test: impl tests #269

GitHub Actions / clippy failed Jan 2, 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.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check failure on line 103 in pallets/governance/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the trait bound `Self: pallet::Config` is not satisfied

error[E0277]: the trait bound `Self: pallet::Config` is not satisfied
   --> pallets/governance/src/lib.rs:103:9
    |
103 |         type DefaultProposalCost: Get<BalanceOf<Self>>;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pallet::Config` is not implemented for `Self`