Skip to content

⬆️ update Rust crate serde to v1.0.205 (#342) #910

⬆️ update Rust crate serde to v1.0.205 (#342)

⬆️ update Rust crate serde to v1.0.205 (#342) #910

Triggered via push August 8, 2024 11:33
Status Failure
Total duration 1d 2h 0m 7s
Artifacts

ci.yml

on: push
Debounce
0s
Debounce
Matrix: Test
Matrix: Release / build
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error, 2 warnings, and 1 notice
Test (macos-11)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
the borrowed expression implements the required traits: src/modules/location.rs#L82
warning: the borrowed expression implements the required traits --> src/modules/location.rs:82:5 | 82 | / &ApiQuery::location(ApiName::OpenStreetMap, address, language) 83 | | .convert() 84 | | .assemble(), | |_______________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default help: change this to | 82 ~ ApiQuery::location(ApiName::OpenStreetMap, address, language) 83 ~ .convert() 84 ~ .assemble(), |
the borrowed expression implements the required traits: src/modules/location.rs#L97
warning: the borrowed expression implements the required traits --> src/modules/location.rs:97:9 | 97 | .get(&ApiQuery::location(ApiName::OpenMeteo, address, language).convert().assemble()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `ApiQuery::location(ApiName::OpenMeteo, address, language).convert().assemble()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
9 tests found
There are 9 tests, see "Raw output" for the full list of tests.