Fix unused import in game_of_life example

This commit is contained in:
Héctor Ramón Jiménez 2024-02-05 00:26:47 +01:00
parent 854e967a26
commit 8792fc0bb7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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();