add github workflow(fix #17) #10
GitHub Actions / clippy
failed
Oct 10, 2023 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.72.0 (5680fa18f 2023-08-23)
- cargo 1.72.0 (103a7ff2e 2023-08-15)
- clippy 0.1.72 (5680fa1 2023-08-23)
Annotations
github-actions / clippy
missing field `withdraw_to_l1` in initializer of `zklink_sdk_types::tx_builder::WithdrawBuilder`
error[E0063]: missing field `withdraw_to_l1` in initializer of `zklink_sdk_types::tx_builder::WithdrawBuilder`
--> /home/runner/work/zklink_sdk/zklink_sdk/target/debug/build/bindings_sdk-a63c92e4270a9917/out/ffi.uniffi.rs:736:12
|
736 | Ok(r#WithdrawBuilder {
| ^^^^^^^^^^^^^^^^^ missing `withdraw_to_l1`
github-actions / clippy
missing field `withdraw_to_l1` in initializer of `zklink_sdk_types::tx_builder::ForcedExitBuilder`
error[E0063]: missing field `withdraw_to_l1` in initializer of `zklink_sdk_types::tx_builder::ForcedExitBuilder`
--> /home/runner/work/zklink_sdk/zklink_sdk/target/debug/build/bindings_sdk-a63c92e4270a9917/out/ffi.uniffi.rs:560:12
|
560 | Ok(r#ForcedExitBuilder {
| ^^^^^^^^^^^^^^^^^^^ missing `withdraw_to_l1`
Loading