Skip to content

feat: added a possibility to manage erc20 metadata #183

feat: added a possibility to manage erc20 metadata

feat: added a possibility to manage erc20 metadata #183

Triggered via pull request November 9, 2023 16:06
Status Failure
Total duration 4m 29s
Artifacts

rust.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
this expression creates a reference which is immediately dereferenced by the compiler: src/cli/simple/command/mod.rs#L666
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/cli/simple/command/mod.rs:666:20 | 666 | hex_to_address(&id).map(Into::into).or_else(|_| { | ^^^ help: change this to: `id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings`
this expression creates a reference which is immediately dereferenced by the compiler: src/cli/simple/command/mod.rs#L666
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/cli/simple/command/mod.rs:666:20 | 666 | hex_to_address(&id).map(Into::into).or_else(|_| { | ^^^ help: change this to: `id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings`
Clippy
Clippy had exited with the 101 exit code
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/