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

Make ParseErrorKind public and available through ParseError::kind() #588

Merged
merged 6 commits into from Jun 9, 2022

Commits on Aug 27, 2021

  1. Make ParseErrorKind public and available through ParseError::kind()

    ParseErrorKind has also been made #[non_exhaustive] to avoid committing
    to only the current set of error kinds, i.e. so that it can be expanded
    as needed without an SemVer-breaking change.
    sbrocket committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b68c597 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    sbrocket committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    be9ed08 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    df4019f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    787965c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd600c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    d9cac30 View commit details
    Browse the repository at this point in the history