Skip to content

Fix parse reason

Fix parse reason #687

Triggered via pull request October 18, 2024 12:41
Status Success
Total duration 2m 59s
Artifacts

proxy-compare.yml

on: pull_request
Proxy compare - newly generated vs present in file tree
2m 48s
Proxy compare - newly generated vs present in file tree
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
[clippy] sdk/core/src/retrieve_tx_on_network.rs#L98: sdk/core/src/retrieve_tx_on_network.rs#L98
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> sdk/core/src/retrieve_tx_on_network.rs:98:17 | 98 | message = ReturnCode::message(return_code).to_owned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `ReturnCode::message(return_code).clone_into(&mut message)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default
[clippy] sdk/core/src/retrieve_tx_on_network.rs#L98: sdk/core/src/retrieve_tx_on_network.rs#L98
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> sdk/core/src/retrieve_tx_on_network.rs:98:17 | 98 | message = ReturnCode::message(return_code).to_owned(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `ReturnCode::message(return_code).clone_into(&mut message)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default
Proxy compare - newly generated vs present in file tree
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']