Skip to content

initial commit

initial commit #2

Triggered via pull request October 9, 2023 06:44
Status Failure
Total duration 9m 43s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
9m 30s
Contracts / Wasm tests
Contracts  /  Rust tests
1m 22s
Contracts / Rust tests
Contracts  /  Clippy linter check
1m 15s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

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