Skip to content

Commit 6ef21a1

Browse files
committed
fixup! refactor(widget): Improve readability of state update sending
1 parent 6f507ed commit 6ef21a1

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/widget/machine

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/widget/machine/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
//! No I/O logic of the [`WidgetDriver`].
1616
17-
use std::{iter, time::Duration};
17+
use std::time::Duration;
1818

1919
use driver_req::{ReadStateRequest, UpdateDelayedEventRequest};
2020
use from_widget::UpdateDelayedEventResponse;

0 commit comments

Comments
 (0)