Fix unnecessary bound in web.
This commit is contained in:
parent
0f2e20f5e5
commit
7bb1b81e79
@ -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…
x
Reference in New Issue
Block a user