Skip to content

Fix clippy

Fix clippy #90

Triggered via push July 5, 2023 21:14
Status Failure
Total duration 3m 59s
Artifacts 2

build.yaml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this expression creates a reference which is immediately dereferenced by the compiler: src/client.rs#L64
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/client.rs:64:44 | 64 | return adapter.open_device(&device_id).await.map_err(Into::into) | ^^^^^^^^^^ help: change this to: `device_id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings`
Lint
Clippy had exited with the 101 exit code

Artifacts

Produced during runtime
Name Size
tuerschloss-aarch64-unknown-linux-gnu Expired
9.35 MB
tuerschloss-x86_64-unknown-linux-gnu Expired
9.09 MB