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#L1901
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/lib.rs:1901:16
|
1901 | type Err = (
| ________________^
1902 | | result::Result<D1::Ok, D1::Err>,
1903 | | result::Result<D2::Ok, D2::Err>,
1904 | | );
| |_____^
|
= note: `#[warn(clippy::type_complexity)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
|
examples/singlethread.rs#L22
warning: redundant clone
--> examples/singlethread.rs:22:19
|
22 | let obj2 = obj.clone();
| ^^^^^^^^ help: remove this
|
= note: `#[warn(clippy::redundant_clone)]` on by default
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
|
|
src/lib.rs#L1901
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/lib.rs:1901:16
|
1901 | type Err = (
| ________________^
1902 | | result::Result<D1::Ok, D1::Err>,
1903 | | result::Result<D2::Ok, D2::Err>,
1904 | | );
| |_____^
|
= note: `#[warn(clippy::type_complexity)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
|
This job succeeded
Loading