Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

removes outdated matches crate from dependencies #33172

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

behzadnouri
Copy link
Contributor

@behzadnouri behzadnouri commented Sep 6, 2023

Problem

std::matches has been stable since rust 1.42.0.
Other use-cases are covered by assert_matches crate.

Summary of Changes

removed matches crate from dependencies.

@behzadnouri behzadnouri force-pushed the rm-matches branch 2 times, most recently from cdb1ac2 to c0f20b9 Compare September 6, 2023 22:00
std::matches has been stable since rust 1.42.0.
Other use-cases are covered by assert_matches crate.
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #33172 (f780a47) into master (f4816dc) will decrease coverage by 0.1%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #33172     +/-   ##
=========================================
- Coverage    82.1%    82.1%   -0.1%     
=========================================
  Files         785      785             
  Lines      211205   211205             
=========================================
- Hits       173432   173415     -17     
- Misses      37773    37790     +17     

@@ -5737,7 +5738,6 @@ dependencies = [
"lazy_static",
"log",
"lru",
"matches",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a pity this doesn't actually remove matches from our lock file. Looks like it's being kept around because of jsonrpc pulling in an old url crate. I'm looking into whether there's anything to be done about that.

@behzadnouri behzadnouri merged commit 528a03f into solana-labs:master Sep 7, 2023
@behzadnouri behzadnouri deleted the rm-matches branch September 7, 2023 12:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants