This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Bump clap from 4.5.4 to 4.5.16 (#146) #283
Annotations
5 errors and 1 warning
type annotations needed for `Box<_>`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs#L83
error[E0282]: type annotations needed for `Box<_>`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
help: consider giving `items` an explicit type, where the placeholders `_` are specified
|
83 | let items: Box<_> = format_items
| ++++++++
|
Task cargo clippy
The run was canceled by @github-actions[bot].
|
Task cargo clippy
Clippy had exited with the 101 exit code
|
Task cargo nextest
The run was canceled by @github-actions[bot].
|
Task cargo nextest
Process completed with exit code 101.
|
Task cargo nextest
Runner GitHub Actions 10 did not respond to a cancelation request with 00:05:00.
|