Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Update ibc-proto and ibc-rs #210

Update ibc-proto and ibc-rs

Update ibc-proto and ibc-rs #210

GitHub Actions / clippy failed Jun 5, 2024 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.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 544 in /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`

error[E0220]: associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`
   --> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:544:43
    |
544 |         _counterparty_client_state: Self::ClientStateWrapperAtAnyCounterParty<
    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `ClientStateWrapperAtAnyCounterParty` not found

Check failure on line 493 in /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`

error[E0437]: type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`
   --> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:493:5
    |
493 |     type ClientStateWrapperAtAnyCounterParty<CS> = CS;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `ValidationContext`