diff options
Diffstat (limited to 'examples/stopwatch/src/main.rs')
-rw-r--r-- | examples/stopwatch/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stopwatch/src/main.rs b/examples/stopwatch/src/main.rs index a814da55..5055216f 100644 --- a/examples/stopwatch/src/main.rs +++ b/examples/stopwatch/src/main.rs @@ -1,5 +1,5 @@ use iced::keyboard; -use iced::time::{self, milliseconds, Duration, Instant}; +use iced::time::{self, Duration, Instant, milliseconds}; use iced::widget::{button, center, column, row, text}; use iced::{Center, Element, Subscription, Theme}; |