mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Fix unused import warnings on nightly
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
use x11_dl::xmd::CARD32;
|
use x11_dl::xmd::CARD32;
|
||||||
pub use x11_dl::{
|
pub use x11_dl::{error::OpenError, xcursor::*, xinput2::*, xlib::*, xlib_xcb::*};
|
||||||
error::OpenError, keysym::*, xcursor::*, xinput::*, xinput2::*, xlib::*, xlib_xcb::*,
|
|
||||||
};
|
|
||||||
|
|
||||||
// Isn't defined by x11_dl
|
// Isn't defined by x11_dl
|
||||||
#[allow(non_upper_case_globals)]
|
#[allow(non_upper_case_globals)]
|
||||||
|
|||||||
@@ -13,9 +13,7 @@ mod randr;
|
|||||||
mod window_property;
|
mod window_property;
|
||||||
mod wm;
|
mod wm;
|
||||||
|
|
||||||
pub use self::{
|
pub use self::{geometry::*, hint::*, input::*, window_property::*, wm::*};
|
||||||
client_msg::*, geometry::*, hint::*, icon::*, input::*, randr::*, window_property::*, wm::*,
|
|
||||||
};
|
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
mem::{self, MaybeUninit},
|
mem::{self, MaybeUninit},
|
||||||
|
|||||||
Reference in New Issue
Block a user