Skip to content

Xcm tools adapt

Xcm tools adapt #1056

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Jul 19, 2023 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
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 37 in runtime/shiden/src/xcm_config.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `Account32Hash`

error: unused import: `Account32Hash`
  --> runtime/shiden/src/xcm_config.rs:37:5
   |
37 |     Account32Hash, AccountId32Aliases, AllowKnownQueryResponses, AllowSubscriptionsFrom,
   |     ^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`