initial commit #2
actions.yml
on: pull_request
Contracts
/
Wasm tests
9m 30s
Contracts
/
Rust tests
1m 22s
Contracts
/
Clippy linter check
1m 15s
Annotations
1 error and 1 warning
Contracts / Wasm tests
Process completed with exit code 101.
|
[clippy] bridged-tokens-wrapper/tests/dfp_big_uint_test.rs#L15:
bridged-tokens-wrapper/tests/dfp_big_uint_test.rs#L15
warning: redundant clone
--> bridged-tokens-wrapper/tests/dfp_big_uint_test.rs:15:22
|
15 | assert!(converted.clone().convert(5).to_raw() == 12345u64);
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> bridged-tokens-wrapper/tests/dfp_big_uint_test.rs:15:13
|
15 | assert!(converted.clone().convert(5).to_raw() == 12345u64);
| ^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `#[warn(clippy::redundant_clone)]` on by default
|