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

Touch up borrowed field identifiers PR #1959

Merged
merged 9 commits into from Jan 23, 2021
Merged

Touch up borrowed field identifiers PR #1959

merged 9 commits into from Jan 23, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    60e08f9 View commit details
    Browse the repository at this point in the history
  2. Fix unneeded clone from PR #1917

    dtolnay committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    34f4b68 View commit details
    Browse the repository at this point in the history
  3. Undo macro exports from PR #1917

    All of these macros are only used internally within the serde crate.
    There is no need for them to have #[macro_export] and need to be hidden
    from docs.
    dtolnay committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b20214d View commit details
    Browse the repository at this point in the history
  4. Inline forward_deserializer into private::de for Str deserializers

    We shouldn't try to use the same macro for public and private types. The
    API for a private type can usually be pared much further down to save
    compile time, such as Debug and Copy and Clone impls.
    dtolnay committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0a230e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    034fe25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d02eb22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c858a1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85de92e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b5c56b View commit details
    Browse the repository at this point in the history