summaryrefslogtreecommitdiffstats
path: root/openpgp/src/regex
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-07 21:08:16 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-09 13:13:59 +0200
commita58579221bc8c4fbeba89bd55644415fe0368117 (patch)
tree0e2392e3b6c9b44b89de2058d9755ebde7993e24 /openpgp/src/regex
parent73b3321d98e0298dba5d4ef63e8058a01cc2943c (diff)
Lint: Remove unecessary imports.
- https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
Diffstat (limited to 'openpgp/src/regex')
-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 6d3cd408..1e07dd5c 100644
--- a/openpgp/src/regex/mod.rs
+++ b/openpgp/src/regex/mod.rs
@@ -243,7 +243,6 @@ use std::fmt;
use lalrpop_util::ParseError;
use regex_syntax::hir::{self, Hir};
-use regex;
use crate::Error;
use crate::Result;