GitHub Actions / clippy
failed
May 24, 2024 in 1s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
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 488 in basecoin/modules/src/ibc/impls.rs
github-actions / clippy
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
error[E0046]: not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
--> basecoin/modules/src/ibc/impls.rs:486:1
|
486 | / impl<S> ValidationContext for IbcContext<S>
487 | | where
488 | | S: Store + Debug,
| |_____________________^ missing `ClientStateWrapperAtAnyCounterParty` in implementation
|
= help: implement the missing item: `type ClientStateWrapperAtAnyCounterParty<CS> = /* Type */;`
Check failure on line 488 in basecoin/modules/src/ibc/impls.rs
github-actions / clippy
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
error[E0046]: not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
--> basecoin/modules/src/ibc/impls.rs:486:1
|
486 | / impl<S> ValidationContext for IbcContext<S>
487 | | where
488 | | S: Store + Debug,
| |_____________________^ missing `ClientStateWrapperAtAnyCounterParty` in implementation
|
= help: implement the missing item: `type ClientStateWrapperAtAnyCounterParty<CS> = /* Type */;`
Loading