cleanup
This commit is contained in:
parent
8fb1e21873
commit
757d0753ad
14 changed files with 146 additions and 2521 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//! Platform specific actions defined for wayland
|
||||
|
||||
use std::{fmt, marker::PhantomData};
|
||||
|
||||
use iced_futures::MaybeSend;
|
||||
use std::fmt;
|
||||
|
||||
#[cfg(feature = "wayland")]
|
||||
/// Platform specific actions defined for wayland
|
||||
|
|
@ -20,6 +18,7 @@ impl fmt::Debug for Action {
|
|||
match self {
|
||||
#[cfg(feature = "wayland")]
|
||||
Action::Wayland(action) => action.fmt(_f),
|
||||
#[cfg(not(feature = "wayland"))]
|
||||
_ => Ok(()),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue