Fix unnecessary bound in web.
This commit is contained in:
parent
0f2e20f5e5
commit
7bb1b81e79
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ where
|
|||
|
||||
impl<'a, Message> From<Container<'a, Message>> for Element<'a, Message>
|
||||
where
|
||||
Message: 'static + Clone,
|
||||
Message: 'static,
|
||||
{
|
||||
fn from(container: Container<'a, Message>) -> Element<'a, Message> {
|
||||
Element::new(container)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue