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

feat: Change to use core::error::Error #1617

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sorairolake
Copy link

Change to use core::error::Error instead of std::error::Error. The MSRV is bumped up to 1.81.0 by this change.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.12%. Comparing base (c8defc7) to head (b82f843).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1617   +/-   ##
=======================================
  Coverage   91.12%   91.12%           
=======================================
  Files          37       37           
  Lines       17123    17123           
=======================================
  Hits        15603    15603           
  Misses       1520     1520           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sorairolake sorairolake marked this pull request as draft September 23, 2024 06:17
@djc
Copy link
Member

djc commented Sep 23, 2024

I definitely don't want to take a 1.81 MSRV bump. We could make this an opt-in feature core-error, though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants