ci: Use auguwu/clippy-action@1.4.0 to run clippy #90
Annotations
6 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:
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