Fix unused import warning for Windows
This commit is contained in:
parent
84f1d91d5c
commit
f20f56062c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
use fehler::throws;
|
use fehler::throws;
|
||||||
use std::io::Error;
|
use std::io::Error;
|
||||||
use std::ptr;
|
use std::ptr;
|
||||||
use widestring::{u16cstr, U16CString};
|
use widestring::U16CString;
|
||||||
use windows::Win32::Foundation::GetLastError;
|
use windows::Win32::Foundation::GetLastError;
|
||||||
mod queue;
|
mod queue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue