Skip to content

Commit

Permalink
Fix unused import in game_of_life example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 4, 2024
1 parent 854e967 commit 8792fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game_of_life/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8792fc0

Please sign in to comment.