Skip to content

feat: adding migration #477

feat: adding migration

feat: adding migration #477

GitHub Actions / clippy failed Jan 13, 2025 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.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 85 in runtime/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `RocksDbWeight` in this scope

error[E0412]: cannot find type `RocksDbWeight` in this scope
  --> runtime/src/lib.rs:85:76
   |
85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,);
   |                                                                            ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing this struct
   |
7  + use crate::weights::constants::RocksDbWeight;
   |

Check failure on line 85 in runtime/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `RocksDbWeight` in this scope

error[E0412]: cannot find type `RocksDbWeight` in this scope
  --> runtime/src/lib.rs:85:76
   |
85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,);
   |                                                                            ^^^^^^^^^^^^^ not found in this scope
   |
help: consider importing this struct
   |
7  + use crate::weights::constants::RocksDbWeight;
   |