You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 useuse derive_builder::Builder;
.Open Questions
The text was updated successfully, but these errors were encountered: