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

Use custom error types instead of () #199

Merged
merged 2 commits into from
Dec 28, 2020
Merged

Use custom error types instead of () #199

merged 2 commits into from
Dec 28, 2020

Commits on Dec 28, 2020

  1. Use custom error types instead of ()

    This fixes the clippy warnings we currently see on CI.
    
    Since this changes the signature of public functions, this is a **breaking change**. However, I don't expect that much code is broken by this.
    phil-opp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    54403fd View commit details
    Browse the repository at this point in the history
  2. Update changelog for #199

    phil-opp committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7544957 View commit details
    Browse the repository at this point in the history