Skip to content

refactor: add strategy swaps #1338

refactor: add strategy swaps

refactor: add strategy swaps #1338

Triggered via push December 7, 2023 03:33
Status Failure
Total duration 55s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
format
Process completed with exit code 1.
lint: src/rgb/swap.rs#L658
error: redundant redefinition of a binding --> src/rgb/swap.rs:658:5 | 658 | bundle_id: &str, | ^^^^^^^^^ ... 661 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
lint: src/rgb/swap.rs#L661
error: redundant redefinition of a binding --> src/rgb/swap.rs:658:5 | 658 | bundle_id: &str, | ^^^^^^^^^ ... 661 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
lint: src/rgb/swap.rs#L789
error: redundant redefinition of a binding --> src/rgb/swap.rs:789:5 | 789 | bundle_id: String, | ^^^^^^^^^ ... 792 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
lint: src/rgb/swap.rs#L792
error: redundant redefinition of a binding --> src/rgb/swap.rs:789:5 | 789 | bundle_id: String, | ^^^^^^^^^ ... 792 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
lint
Process completed with exit code 1.
lint-wasm: src/rgb/swap.rs#L658
error: redundant redefinition of a binding --> src/rgb/swap.rs:658:5 | 658 | bundle_id: &str, | ^^^^^^^^^ ... 661 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
lint-wasm: src/rgb/swap.rs#L661
error: redundant redefinition of a binding --> src/rgb/swap.rs:658:5 | 658 | bundle_id: &str, | ^^^^^^^^^ ... 661 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
lint-wasm: src/rgb/swap.rs#L789
error: redundant redefinition of a binding --> src/rgb/swap.rs:789:5 | 789 | bundle_id: String, | ^^^^^^^^^ ... 792 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
lint-wasm: src/rgb/swap.rs#L792
error: redundant redefinition of a binding --> src/rgb/swap.rs:789:5 | 789 | bundle_id: String, | ^^^^^^^^^ ... 792 | let bundle_id = bundle_id; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `bundle_id` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
lint-wasm
Process completed with exit code 1.