Skip to content

Add interchain Starship support #787

Add interchain Starship support

Add interchain Starship support #787

Triggered via pull request August 17, 2023 15:09
Status Success
Total duration 13m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

scheduled.yml

on: pull_request
ubuntu / nightly
13m 6s
ubuntu / nightly
ubuntu / beta / updated
5s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

2 errors
returning the result of a `let` binding from a block: cw-orch/src/starship/mod.rs#L30
error: returning the result of a `let` binding from a block --> cw-orch/src/starship/mod.rs:30:17 | 26 | / let mnemonic = registry 27 | | .test_mnemonic(chain.chain_id.as_str()) 28 | | .await 29 | | .unwrap(); | |______________________________- unnecessary `let` binding 30 | mnemonic | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return = note: `-D clippy::let-and-return` implied by `-D warnings` help: return the expression directly | 26 ~ 27 ~ registry 28 + .test_mnemonic(chain.chain_id.as_str()) 29 + .await 30 + .unwrap() |
returning the result of a `let` binding from a block: cw-orch/src/starship/mod.rs#L30
error: returning the result of a `let` binding from a block --> cw-orch/src/starship/mod.rs:30:17 | 26 | / let mnemonic = registry 27 | | .test_mnemonic(chain.chain_id.as_str()) 28 | | .await 29 | | .unwrap(); | |______________________________- unnecessary `let` binding 30 | mnemonic | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return = note: `-D clippy::let-and-return` implied by `-D warnings` help: return the expression directly | 26 ~ 27 ~ registry 28 + .test_mnemonic(chain.chain_id.as_str()) 29 + .await 30 + .unwrap() |