Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Rust > 1.27.0 fix for dyn deprecation in nightly #264

Closed
wants to merge 1 commit into from

Conversation

AndyGauge
Copy link
Contributor

@AndyGauge AndyGauge commented Jun 4, 2019

Added dyn qualifiers for trait objects https://doc.rust-lang.org/edition-guide/rust-2018/trait-system/dyn-trait-for-trait-objects.html

I expect this to fail for < 1.27.0

@AndyGauge
Copy link
Contributor Author

Or include #[allow(unknown_lints, bare_trait_objects)] on top of functions

@AndyGauge
Copy link
Contributor Author

We should not have to raise the minimum version to 1.27. See #265

@AndyGauge AndyGauge closed this Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant