This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
deps: update Sovereign SDK dependencies #114
GitHub Actions / clippy
failed
Feb 7, 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.75.0 (82e1608df 2023-12-21)
- cargo 1.75.0 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (82e1608 2023-12-21)
Annotations
github-actions / clippy
not all trait items implemented, missing: `advance`
error[E0046]: not all trait items implemented, missing: `advance`
--> /home/runner/.cargo/git/checkouts/sovereign-sdk-wip-83dd57d81495ba4f/ba092a2/adapters/mock-da/src/verifier.rs:5:1
|
5 | impl BlobReaderTrait for MockBlob {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `advance` in implementation
|
= help: implement the missing item: `fn advance(&mut self, _: usize) -> &[u8] { todo!() }`
Loading