Fix unused import in game_of_life example
This commit is contained in:
parent
854e967a26
commit
8792fc0bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue