causal-agent / scraper

HTML parsing and querying with CSS selectors
https://docs.rs/scraper
ISC License
1.81k stars 100 forks source link

Remove matches dependency #121

Closed cfvescovo closed 1 year ago

cfvescovo commented 1 year ago

The matches macro is included in the Rust standard library since 1.42.0.

As the matches repo has been set as archived and Rust 1.42.0 was released three years ago, I think we can safely remove this now useless dependency.