]> git.proxmox.com Git - cargo.git/blobdiff - vendor/regex/src/literal/mod.rs
New upstream version 0.52.0
[cargo.git] / vendor / regex / src / literal / mod.rs
index 783c63bd3343adc5b66850dc456fb49ca61e24e4..980f52330927107053aac0bb16594aa40d8c991e 100644 (file)
@@ -6,7 +6,7 @@ mod imp;
 #[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(());