Skip to content

TxResponse Refactor #1300

TxResponse Refactor

TxResponse Refactor #1300

Triggered via pull request July 14, 2023 12:41
Status Success
Total duration 2m 49s
Artifacts

lldb-formatter-tests.yml

on: pull_request
LLDB formatter tests
2m 41s
LLDB formatter tests
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
[clippy] framework/scenario/src/scenario/model/transaction/tx_response.rs#L121: framework/scenario/src/scenario/model/transaction/tx_response.rs#L121
warning: redundant closure --> framework/scenario/src/scenario/model/transaction/tx_response.rs:121:49 | 121 | let out_scr = self.api_scrs.iter().find(|scr| is_out_scr(scr)); | ^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `is_out_scr` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default
[clippy] framework/scenario/src/scenario/model/transaction/tx_response.rs#L121: framework/scenario/src/scenario/model/transaction/tx_response.rs#L121
warning: redundant closure --> framework/scenario/src/scenario/model/transaction/tx_response.rs:121:49 | 121 | let out_scr = self.api_scrs.iter().find(|scr| is_out_scr(scr)); | ^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `is_out_scr` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default
LLDB formatter tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/