refactor: add strategy swaps #1338
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.
|