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

Improve deserialization error message #505

Merged
merged 2 commits into from
Dec 22, 2020
Merged

Improve deserialization error message #505

merged 2 commits into from
Dec 22, 2020

Commits on Dec 21, 2020

  1. Remove serde feature gates inside the serde_support module

    The entire module is already feature-gated in `lib.rs`.
    jplatte committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    7b34b27 View commit details
    Browse the repository at this point in the history
  2. Improve deserialization error message

    It now states that it was trying to deserialize a UUID, which was
    unclear before.
    jplatte committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    de37bc9 View commit details
    Browse the repository at this point in the history