Skip to content

Bump sequential-storage from 0.6.2 to 2.0.2 #580

Bump sequential-storage from 0.6.2 to 2.0.2

Bump sequential-storage from 0.6.2 to 2.0.2 #580

GitHub Actions / clippy failed May 9, 2024 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.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 113 in src/settings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find trait `StorageItem` in module `map`

error[E0405]: cannot find trait `StorageItem` in module `map`
   --> src/settings.rs:113:11
    |
113 | impl map::StorageItem for SettingsItem {
    |           ^^^^^^^^^^^ not found in `map`