We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1416ff0 commit 88ee196Copy full SHA for 88ee196
crates/matrix-sdk/src/widget/machine/mod.rs
@@ -291,7 +291,7 @@ impl WidgetMachine {
291
// This is mapped to another type because the update_delay_event::Response
292
// does not impl Serialize
293
result
294
- .map(|r| Into::<UpdateDelayedEventResponse>::into(r))
+ .map(Into::<UpdateDelayedEventResponse>::into)
295
.map_err(|e| FromWidgetErrorResponse::from_error(&e)),
296
)]
297
});
0 commit comments