refactor: add strategy swaps #1338
Annotations
5 errors
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
|
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
|
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
|
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
|
|
The logs for this run have expired and are no longer available.
Loading