Minor fix in consistency for #[cfg]s

This commit is contained in:
Tomaka17 2014-08-12 09:17:19 +02:00
parent 391c4e525c
commit f452999b8c

View file

@ -23,7 +23,7 @@ extern crate libc;
pub use events::*; pub use events::*;
#[cfg(windows)] #[cfg(target_os = "win32")]
use winimpl = win32; use winimpl = win32;
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
use winimpl = x11; use winimpl = x11;