Remove Message: Clone bound in some web widgets
This commit is contained in:
parent
b5cd9923f2
commit
361be7f6b7
5 changed files with 21 additions and 11 deletions
|
|
@ -134,7 +134,7 @@ where
|
|||
|
||||
impl<'a, Message> From<Scrollable<'a, Message>> for Element<'a, Message>
|
||||
where
|
||||
Message: 'static + Clone,
|
||||
Message: 'static,
|
||||
{
|
||||
fn from(scrollable: Scrollable<'a, Message>) -> Element<'a, Message> {
|
||||
Element::new(scrollable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue