ci: Use auguwu/clippy-action@1.4.0 to run clippy #90
Annotations
8 warnings
Clippy
clippy-action doesn't have permissions to create Check Runs, disabling!
|
Clippy
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
Clippy:
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
|
Clippy
warning: 1 warning emitted
|
Clippy:
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
|
Clippy
warning: 1 warning emitted
|
Clippy:
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
|
Clippy
warning: 1 warning emitted
|
Loading