Browse Source

fix(clippy)

Stuart Woodbury 2 years ago
parent
commit
fe9c482afb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/src/desktop_context.rs

+ 1 - 1
packages/desktop/src/desktop_context.rs

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