-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: migrate edition 2018 to 2021 #2023
Conversation
Thanks for the PR! I fully expect that removing all these "features" will cause breakage for anyone who included them unwittingly. And I don't think there'd be a great improvement for them to go through the breakage. I do think it'd be great when we mean to do a breaking release... |
@seanmonstar would you rather have them implicit for now? Would it make sense to search github for all cases of Secondly, I could split this PR into two - one with features, and the other just the edition stuff. |
@seanmonstar I moved non-edition related changes to #2026 , so this PR is only about edition bump |
d0da89f
to
5d73687
Compare
@seanmonstar this is now just an edition bump. Is there anything else i should do to this PR? Thx! |
@seanmonstar I had to rebase this PR - seemed like something got mis-merged. Should be cleaner and simpler now. Let me know if anything else is blocking, thx! |
* Bump edition to 2021 on both crates * Fix docs to use `Box<dyn ...>` (required) * minor spacing cleanup
Thanks so much! |
* Bump edition to 2021 on both crates * Fix docs to use `Box<dyn ...>` (required) * minor spacing cleanup
Box<dyn ...>
(required)P.S. So sad I missed the PR 2021 - would be symbolic to have edition 2021 migration as PR number 2021 :)