Avoid new lints in 1.81.0 #89
Annotations
10 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#L284
warning: unknown lint: `clippy::alloc_instead_of_core`
--> src/lib.rs:284:5
|
284 | clippy::alloc_instead_of_core,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::cloned_instead_of_copied`
|
= note: `#[warn(unknown_lints)]` on by default
|
Clippy:
src/lib.rs#L284
warning: unknown lint: `clippy::alloc_instead_of_core`
--> src/lib.rs:284:5
|
284 | clippy::alloc_instead_of_core,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::cloned_instead_of_copied`
|
= note: `#[warn(unknown_lints)]` on by default
|
Clippy:
src/lib.rs#L285
warning: unknown lint: `clippy::std_instead_of_core`
--> src/lib.rs:285:5
|
285 | clippy::std_instead_of_core,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`
|
Clippy:
src/lib.rs#L285
warning: unknown lint: `clippy::std_instead_of_core`
--> src/lib.rs:285:5
|
285 | clippy::std_instead_of_core,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`
|
Clippy:
src/lib.rs#L286
warning: unknown lint: `clippy::std_instead_of_alloc`
--> src/lib.rs:286:5
|
286 | clippy::std_instead_of_alloc,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`
|
Clippy:
src/lib.rs#L286
warning: unknown lint: `clippy::std_instead_of_alloc`
--> src/lib.rs:286:5
|
286 | clippy::std_instead_of_alloc,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`
|
Clippy:
src/lib.rs#L1882
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/lib.rs:1882:16
|
1882 | type Err = (
| ________________^
1883 | | result::Result<D1::Ok, D1::Err>,
1884 | | result::Result<D2::Ok, D2::Err>,
1885 | | );
| |_____^
|
= 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: 4 warnings emitted
|
Loading