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

Add the dyn keyword where trait objects are used #132

Merged
merged 1 commit into from
Jun 16, 2019
Merged

Conversation

Ogeon
Copy link
Owner

@Ogeon Ogeon commented Jun 16, 2019

This is just because trait objects without dyn have been deprecated in nightly. A proper conversion to Rust 2018 edition will be done at a later time.

@Ogeon
Copy link
Owner Author

Ogeon commented Jun 16, 2019

bors r+

bors bot added a commit that referenced this pull request Jun 16, 2019
132: Add the dyn keyword where trait objects are used r=Ogeon a=Ogeon

This is just because trait objects without `dyn` have been deprecated in `nightly`. A proper conversion to Rust 2018 edition will be done at a later time.

Co-authored-by: Erik Hedvall <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jun 16, 2019

Build succeeded

@bors bors bot merged commit 25859c5 into master Jun 16, 2019
@bors bors bot deleted the add_dyn_keyword branch June 16, 2019 15:07
@Ogeon Ogeon added the internal An internal change that will not be shown in release notes label Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal change that will not be shown in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant