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

Remove dependency on assert_matches #1575

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

djkoloski
Copy link
Member

We can just replace this with assert! and matches!, which are both stable before 1.56.

@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.70%. Comparing base (b37557f) to head (a639064).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1575   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files          15       15           
  Lines        5563     5565    +2     
=======================================
+ Hits         4879     4881    +2     
  Misses        684      684           

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

We can just replace this with assert! and matches!, which are both
stable before 1.56.
@djkoloski djkoloski added this pull request to the merge queue Aug 9, 2024
Merged via the queue into google:main with commit 4c3165f Aug 9, 2024
77 checks passed
@djkoloski djkoloski deleted the remove_assert_matches branch August 9, 2024 20:31
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.

3 participants