ci: Use auguwu/[email protected] to run clippy #90
Annotations
8 warnings
|
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
src/lib.rs#L1314
warning: unknown lint: `clippy::arc_with_non_send_sync`
--> src/lib.rs:1314:19
|
1314 | allow(clippy::arc_with_non_send_sync)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unknown_lints)]` on by default
|
src/lib.rs#L1314
warning: unknown lint: `clippy::arc_with_non_send_sync`
--> src/lib.rs:1314:19
|
1314 | allow(clippy::arc_with_non_send_sync)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unknown_lints)]` on by default
|
|
examples/singlethread.rs#L22
warning: redundant clone
--> examples/singlethread.rs:22:19
|
22 | let obj2 = obj.clone();
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> examples/singlethread.rs:22:16
|
22 | let obj2 = obj.clone();
| ^^^
= 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
|
|
|
This job succeeded
Loading