Skip to content

fix: change tracing::warn to tracing::error #110

fix: change tracing::warn to tracing::error

fix: change tracing::warn to tracing::error #110

Triggered via pull request September 3, 2024 09:33
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: pull_request_target
Run tests
53s
Run tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
type annotations needed for `Box<_>`: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/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.34/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 | ++++++++
Run tests
Clippy has exited with exit code 101