summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/game_of_life/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game_of_life/src/main.rs b/examples/game_of_life/src/main.rs
index 829b4900..9cbb7fff 100644
--- a/examples/game_of_life/src/main.rs
+++ b/examples/game_of_life/src/main.rs
@@ -15,7 +15,7 @@ use iced::window;
use iced::{
Alignment, Application, Command, Element, Length, Settings, Subscription,
};
-use std::time::{Duration, Instant};
+use std::time::Duration;
pub fn main() -> iced::Result {
tracing_subscriber::fmt::init();