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

Move tests and examples to new-style macro imports #231

Open
TedDriggs opened this issue Feb 28, 2022 · 0 comments
Open

Move tests and examples to new-style macro imports #231

TedDriggs opened this issue Feb 28, 2022 · 0 comments

Comments

@TedDriggs
Copy link
Collaborator

Our documentation still uses #[macro_use] extern crate derive_builder;, which has been deprecated since the 2018 edition. We should migrate our tests and examples to use use derive_builder::Builder;.

Open Questions

  • Will this require moving the entire project to edition ≥ 2018?
@TedDriggs TedDriggs changed the title Move to new-style macro imports Move tests and examples to new-style macro imports Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant