ReturnsNewManagedAddress result handler impl #1355
template-test-current.yml
on: pull_request
Template tool test - current (unreleased) templates
8m 34s
Annotations
6 errors and 5 warnings
Template tool test - current (unreleased) templates:
framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs#L2
unresolved import `crate::proxy_imports::Address`
|
Template tool test - current (unreleased) templates:
framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs#L2
unresolved import `crate::proxy_imports::Address`
|
Template tool test - current (unreleased) templates:
framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs#L2
unresolved import `crate::proxy_imports::Address`
|
Template tool test - current (unreleased) templates:
framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs#L2
unresolved import `crate::proxy_imports::Address`
|
Template tool test - current (unreleased) templates:
framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs#L2
unresolved import `crate::proxy_imports::Address`
|
Template tool test - current (unreleased) templates
Process completed with exit code 101.
|
[clippy] framework/scenario/src/facade/world_tx/scenario_rh_impl.rs#L65:
framework/scenario/src/facade/world_tx/scenario_rh_impl.rs#L65
warning: returning the result of a `let` binding from a block
--> framework/scenario/src/facade/world_tx/scenario_rh_impl.rs:70:9
|
65 | / let new_address = tx_response
66 | | .new_deployed_address
67 | | .clone()
68 | | .expect("missing returned address");
| |________________________________________________- unnecessary `let` binding
69 |
70 | new_address
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
= note: `#[warn(clippy::let_and_return)]` on by default
help: return the expression directly
|
65 ~
66 |
67 ~ tx_response
68 + .new_deployed_address
69 + .clone()
70 + .expect("missing returned address")
|
|
[clippy] framework/scenario/src/facade/world_tx/scenario_rh_impl.rs#L65:
framework/scenario/src/facade/world_tx/scenario_rh_impl.rs#L65
warning: returning the result of a `let` binding from a block
--> framework/scenario/src/facade/world_tx/scenario_rh_impl.rs:70:9
|
65 | / let new_address = tx_response
66 | | .new_deployed_address
67 | | .clone()
68 | | .expect("missing returned address");
| |________________________________________________- unnecessary `let` binding
69 |
70 | new_address
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
= note: `#[warn(clippy::let_and_return)]` on by default
help: return the expression directly
|
65 ~
66 |
67 ~ tx_response
68 + .new_deployed_address
69 + .clone()
70 + .expect("missing returned address")
|
|
Template tool test - current (unreleased) templates
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'matcher', 'rustflags']
|
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'matcher', 'rustflags']
|