fix(clippy)

This commit is contained in:
Stuart Woodbury 2022-12-23 11:40:51 -05:00
parent 8802747214
commit fe9c482afb

View file

@ -2,12 +2,12 @@ use std::rc::Rc;
use crate::controller::DesktopController;
use dioxus_core::ScopeState;
use wry::application::dpi::LogicalSize;
use serde::de::Error;
use serde_json::Value;
use std::future::Future;
use std::future::IntoFuture;
use std::pin::Pin;
use wry::application::dpi::LogicalSize;
use wry::application::event_loop::ControlFlow;
use wry::application::event_loop::EventLoopProxy;
#[cfg(target_os = "ios")]