summaryrefslogtreecommitdiffstats
path: root/runtime/src/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/window.rs')
-rw-r--r--runtime/src/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/window.rs b/runtime/src/window.rs
index 183fab97..ccd8721b 100644
--- a/runtime/src/window.rs
+++ b/runtime/src/window.rs
@@ -5,9 +5,9 @@ use crate::core::window::{
UserAttention,
};
use crate::core::{Point, Size};
+use crate::futures::Subscription;
use crate::futures::event;
use crate::futures::futures::channel::oneshot;
-use crate::futures::Subscription;
use crate::task::{self, Task};
pub use raw_window_handle;