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::{
|
use iced::{
|
||||||
Alignment, Application, Command, Element, Length, Settings, Subscription,
|
Alignment, Application, Command, Element, Length, Settings, Subscription,
|
||||||
};
|
};
|
||||||
use std::time::{Duration, Instant};
|
use std::time::Duration;
|
||||||
|
|
||||||
pub fn main() -> iced::Result {
|
pub fn main() -> iced::Result {
|
||||||
tracing_subscriber::fmt::init();
|
tracing_subscriber::fmt::init();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue