fix unused import in windows

This commit is contained in:
Ferdinand Schober
2024-07-12 18:30:24 +02:00
parent a60a1c7095
commit 303a8294b9

View File

@@ -11,7 +11,7 @@ use std::default::Default;
use std::sync::atomic::{AtomicU32, Ordering};
use std::sync::{mpsc, Mutex};
use std::task::ready;
use std::{io, pin::Pin, thread};
use std::{pin::Pin, thread};
use tokio::sync::mpsc::{channel, Receiver, Sender};
use windows::core::{w, PCWSTR};
use windows::Win32::Foundation::{FALSE, HINSTANCE, HWND, LPARAM, LRESULT, RECT, WPARAM};