Bump matrix-sdk dependency to 0.8 #499
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__
|