Skip to content

Commit

Permalink
Remove third-party matches! implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jan 24, 2022
1 parent fd7602e commit b04b541
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

* chore: use `#[non_exhaustive]` instead of hidden variant for `UrlRelative` policy
* chore: remove unnecessary dependency on third-party `matches!` macro

# 3.1.3

Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ edition = "2018"
html5ever = "0.25"
markup5ever_rcdom = "0.1"
maplit = "1.0"
matches = "0.1.6"
tendril = "0.4"
url = "2"
lazy_static = "1.3"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use html5ever::{driver as html, local_name, namespace_url, ns, QualName};
use lazy_static::lazy_static;
use maplit::{hashmap, hashset};
use markup5ever_rcdom::{Handle, NodeData, RcDom, SerializableHandle};
use matches::matches;
use std::borrow::{Borrow, Cow};
use std::cmp::max;
use std::collections::{HashMap, HashSet};
Expand Down

0 comments on commit b04b541

Please sign in to comment.