Skip to content

Commit 98475ea

Browse files
committed
fix
1 parent a583af6 commit 98475ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/win/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use windows_sys::Win32::{
1515

1616
use crate::{warn, HandlerError};
1717
use dpi::{PhysicalPosition, PhysicalSize, Size};
18-
use std::cell::{Cell, RefCell};
18+
use std::cell::Cell;
1919
use std::num::NonZeroUsize;
2020

2121
pub(crate) const BV_WINDOW_MUST_CLOSE: u32 = WM_USER + 1;

0 commit comments

Comments
 (0)