chore: remove unnecessary bound
This commit is contained in:
parent
40792f21de
commit
90ac265ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ pub enum Action {
|
|||
}
|
||||
|
||||
#[cfg(feature = "winit")]
|
||||
pub fn surface_task<M: Send + Sync + 'static>(action: Action) -> Task<crate::Action<M>> {
|
||||
pub fn surface_task<M: Send + 'static>(action: Action) -> Task<crate::Action<M>> {
|
||||
crate::task::message(crate::Action::Cosmic(crate::app::Action::Surface(action)))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue