Fixing clippy warnings #14207
build+test.yml
on: pull_request
rustfmt
12s
check
1m 37s
test
30m 34s
clippy
2m 54s
web-client
2m 33s
web-client-lib
11m 7s
reconnect-test
11m 34s
Annotations
3 errors
redundant redefinition of a binding `task_monitors`:
metrics-server/src/lib.rs#L148
error: redundant redefinition of a binding `task_monitors`
--> metrics-server/src/lib.rs:148:13
|
148 | let task_monitors = task_monitors;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: `task_monitors` is initially defined here
--> metrics-server/src/lib.rs:145:13
|
145 | let task_monitors = task_monitors.to_vec();
| ^^^^^^^^^^^^^
= 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
|
clippy
Clippy had exited with the 101 exit code
|
web-client-lib
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reconnect-test-logs
|
289 KB |
|