Merge pull request #128 from Gohla/fix_unnecessary_bound
Remove unnecessary bound in iced_web Container
This commit is contained in:
commit
441c6730e9
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