]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/regex.rs
Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995
[rust.git] / clippy_lints / src / regex.rs
index e06ebe539e7b7bdf40c6222bf41401c9bcd609f9..c60912ddb2cac57b7ec61ce42017b80b0a6d3309 100644 (file)
@@ -1,7 +1,6 @@
 use crate::consts::{constant, Constant};
 use crate::utils::{is_expn_of, match_def_path, match_type, paths, span_help_and_lint, span_lint};
 use if_chain::if_chain;
-use regex_syntax;
 use rustc::hir::*;
 use rustc::impl_lint_pass;
 use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};