commit | 3874808a33005b78d4dcbc84fc41afe856c2904c | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Wed May 19 16:51:51 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Wed May 19 16:51:51 2021 -0700 |
tree | 02c0b3035a3cf71f10f04c344fb3e636a1090409 | |
parent | ffb6030a530f824e597fae242b0c77c0743fc545 [diff] [blame] |
Upgrade rust/crates/regex to 1.5.4 Test: make Change-Id: I0eab39246dc2aea41a62c15661e350b490f06c1d
diff --git a/src/literal/mod.rs b/src/literal/mod.rs index 783c63b..980f523 100644 --- a/src/literal/mod.rs +++ b/src/literal/mod.rs
@@ -6,7 +6,7 @@ #[allow(missing_docs)] #[cfg(not(feature = "perf-literal"))] mod imp { - use syntax::hir::literal::Literals; + use regex_syntax::hir::literal::Literals; #[derive(Clone, Debug)] pub struct LiteralSearcher(());