summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/regex/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/regex/mod.rs b/openpgp/src/regex/mod.rs
index c2a6b93f..2581f425 100644
--- a/openpgp/src/regex/mod.rs
+++ b/openpgp/src/regex/mod.rs
@@ -1092,7 +1092,6 @@ impl RegexSet {
/// ```
pub fn matches_userid(&self, u: &UserID) -> bool
{
- let u = u.borrow();
if let Ok(u) = std::str::from_utf8(u.value()) {
self.is_match(u)
} else {