Skip to content

Remove unnecessary bound in iced_web Container#128

Merged
hecrj merged 1 commit into
iced-rs:masterfrom
Gohla:fix_unnecessary_bound
Dec 18, 2019
Merged

Remove unnecessary bound in iced_web Container#128
hecrj merged 1 commit into
iced-rs:masterfrom
Gohla:fix_unnecessary_bound

Conversation

@Gohla
Copy link
Copy Markdown
Contributor

@Gohla Gohla commented Dec 18, 2019

This PR removes an unnecessary bound from iced_web's Container. This bound is not present in iced_native: https://github.com/hecrj/iced/blob/master/native/src/widget/container.rs#L172, thereby causing possible compilation problems when switching between web and native. I don't think this bound affects anything, but feel free to close the PR if it is actually necessary.

Copy link
Copy Markdown
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch!

@hecrj hecrj merged commit 441c673 into iced-rs:master Dec 18, 2019
@Gohla Gohla deleted the fix_unnecessary_bound branch December 19, 2019 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants