There was an error while loading. Please reload this page.
1 parent a583af6 commit 98475eaCopy full SHA for 98475ea
1 file changed
src/platform/win/window.rs
@@ -15,7 +15,7 @@ use windows_sys::Win32::{
15
16
use crate::{warn, HandlerError};
17
use dpi::{PhysicalPosition, PhysicalSize, Size};
18
-use std::cell::{Cell, RefCell};
+use std::cell::Cell;
19
use std::num::NonZeroUsize;
20
21
pub(crate) const BV_WINDOW_MUST_CLOSE: u32 = WM_USER + 1;
0 commit comments