Skip to content

Bump matrix-sdk dependency to 0.8 #499

Bump matrix-sdk dependency to 0.8

Bump matrix-sdk dependency to 0.8 #499

Re-run triggered February 18, 2025 03:06
Status Success
Total duration 9m 18s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
test (ubuntu-latest)
Failed to save: Cache service responded with 429 during commit cache.
test (ubuntu-latest): src/worker.rs#L297
[clippy] reported by reviewdog 🐶 warning: redundant closure --> src/worker.rs:297:68 | 297 | let deserialized = ev.into_raw().deserialize().map_err(|e| IambError::Serde(e))?; | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `IambError::Serde` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default Raw Output: src/worker.rs:297:68:w:warning: redundant closure --> src/worker.rs:297:68 | 297 | let deserialized = ev.into_raw().deserialize().map_err(|e| IambError::Serde(e))?; | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `IambError::Serde` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default __END__