Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use trait objects with explicit dyn in examples #687

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

benreyn
Copy link
Contributor

@benreyn benreyn commented Oct 7, 2019

Fixes #685

Address deprecations warnings in the examples directory:

warning: trait objects without an explicit dyn are deprecated

Fixes yewstack#685

Address deprecations warnings in the examples directory:

warning: trait objects without an explicit `dyn` are deprecated
@jstarry
Copy link
Member

jstarry commented Oct 8, 2019

Great! Thanks for the contribution @benreyn, appreciate you cleaning these warnings up 😄

@jstarry jstarry merged commit 01c0dd0 into yewstack:master Oct 8, 2019
@benreyn benreyn deleted the br-fix-deprecation-warnings branch October 8, 2019 14:12
jstarry pushed a commit that referenced this pull request Oct 13, 2019
Fixes #685

Address deprecations warnings in the examples directory:

warning: trait objects without an explicit `dyn` are deprecated
hgzimmerman pushed a commit to hgzimmerman/yew that referenced this pull request Oct 14, 2019
Fixes yewstack#685

Address deprecations warnings in the examples directory:

warning: trait objects without an explicit `dyn` are deprecated
llebout pushed a commit to llebout/yew that referenced this pull request Jan 20, 2020
Fixes yewstack#685

Address deprecations warnings in the examples directory:

warning: trait objects without an explicit `dyn` are deprecated
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.

Deprecation warnings when building examples.
2 participants