Skip to content

Commit

Permalink
Merge pull request #121 from causal-agent/remove-matches
Browse files Browse the repository at this point in the history
Remove matches dependency
cfvescovo authored Mar 6, 2023

Verified

This commit was signed with the committer’s verified signature.
yuyichao Yichao Yu
2 parents 8a3723f + 91e3844 commit 54309de
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ readme = "README.md"
cssparser = "0.29.6"
ego-tree = "0.6.2"
html5ever = "0.26"
matches = "0.1.10"
selectors = "0.24.0"
smallvec = "1.10.0"
tendril = "0.4.3"
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -137,8 +137,6 @@

#[macro_use]
extern crate html5ever;
#[macro_use]
extern crate matches;

pub use crate::element_ref::ElementRef;
pub use crate::html::Html;

0 comments on commit 54309de

Please sign in to comment.