fix(ibc-core): reject packets with no timeouts in send_packet_validate
#71
GitHub Actions / clippy
failed
Apr 29, 2024 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.77.2 (25ef9e3d8 2024-04-09)
- cargo 1.77.2 (e52e36006 2024-03-26)
- clippy 0.1.77 (25ef9e3 2024-04-09)
Annotations
Check failure on line 228 in ibc-testkit/src/fixtures/core/channel/packet.rs
github-actions / clippy
cannot find value `raw_packet_no_timeout_of_timestamp` in this scope
error[E0425]: cannot find value `raw_packet_no_timeout_of_timestamp` in this scope
--> ibc-testkit/src/fixtures/core/channel/packet.rs:228:23
|
228 | ..raw_packet_no_timeout_of_timestamp
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `raw_packet_no_timeout_timestamp`
Loading