scrap: style (#10445)
This commit is contained in:
parent
4a3c11e711
commit
8f329ebc1a
1 changed files with 6 additions and 6 deletions
|
|
@ -13,12 +13,12 @@ cfg_if! {
|
|||
} else if #[cfg(x11)] {
|
||||
cfg_if! {
|
||||
if #[cfg(feature="wayland")] {
|
||||
mod linux;
|
||||
mod wayland;
|
||||
mod x11;
|
||||
pub use self::linux::*;
|
||||
pub use self::wayland::set_map_err;
|
||||
pub use self::x11::PixelBuffer;
|
||||
mod linux;
|
||||
mod wayland;
|
||||
mod x11;
|
||||
pub use self::linux::*;
|
||||
pub use self::wayland::set_map_err;
|
||||
pub use self::x11::PixelBuffer;
|
||||
} else {
|
||||
mod x11;
|
||||
pub use self::x11::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue