Skip to content

Update twin relays #583

Update twin relays

Update twin relays #583

Triggered via push March 26, 2024 08:22
Status Success
Total duration 3m 21s
Artifacts

rust.yaml

on: push
Test-Clippy-Build
3m 12s
Test-Clippy-Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test-Clippy-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test-Clippy-Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Test-Clippy-Build
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/
Test-Clippy-Build
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/
Test-Clippy-Build
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/
Test-Clippy-Build
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/
Test-Clippy-Build: src/events/mod.rs#L71
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Test-Clippy-Build: src/relay/api.rs#L219
length comparison to zero
Test-Clippy-Build: src/relay/api.rs#L337
this expression creates a reference which is immediately dereferenced by the compiler
Test-Clippy-Build
`rmb` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p rmb` to apply 2 suggestions)