Skip to content

Merge remote-tracking branch 'origin/feat/dapp-staking-v3' into feat/…

Sign in for the full log view
GitHub Actions / clippy failed Dec 6, 2023 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.69.0 (84c898d65 2023-04-16)
  • cargo 1.69.0 (6e9a83356 2023-04-12)
  • clippy 0.1.69 (84c898d 2023-04-16)

Annotations

Check failure on line 30 in runtime/local/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `fungible::Unbalanced`

error: unused import: `fungible::Unbalanced`
  --> runtime/local/src/lib.rs:30:9
   |
30 |         fungible::Unbalanced as FunUnbalanced, AsEnsureOriginWithArg, ConstU128, ConstU32,
   |         ^^^^^^^^^^^^^^^^^^^^

Check failure on line 526 in runtime/local/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the item `Unbalanced` is imported redundantly

error: the item `Unbalanced` is imported redundantly
   --> runtime/local/src/lib.rs:526:13
    |
30  |         fungible::Unbalanced as FunUnbalanced, AsEnsureOriginWithArg, ConstU128, ConstU32,
    |         ------------------------------------- the item `Unbalanced` is already imported here
...
526 |         use frame_support::traits::fungible::Unbalanced as FunUnbalanced;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D unused-imports` implied by `-D warnings`