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 UninitializedFieldError to derive_builder #206

Merged
merged 2 commits into from Apr 21, 2021
Merged

Move UninitializedFieldError to derive_builder #206

merged 2 commits into from Apr 21, 2021

Commits on Apr 21, 2021

  1. Move UninitializedFieldError to derive_builder

    UninitializedFieldError is part of the runtime API of derive_builder,
    not part of its compile-time macro machinery. Exporting it from the
    derive_builder_core crate caused downstream crates to unnecessarily
    import all of derive_builder_core, rather than only importing it via
    the proc-macro crate at compile-time.
    
    Fixes #201
    TedDriggs committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9f54fb9 View commit details
    Browse the repository at this point in the history
  2. Remove derive_builder_no_std_tests

    This is causing a CI failure which blocks fixing no_std support
    TedDriggs committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fd3da07 View commit details
    Browse the repository at this point in the history