Source: librust-lazy-regex-dev
Version: 3.1.0-6
Severity: serious
Tags: patch upstream
Justification: RT
X-Debbugs-Cc: [email protected]
Hi,
Even after the changes in your last upload, lazy-regex failed the test with all
features disabled. I'm attaching a patch to be imported with quilt that should
fix that. I didn't include dep3 headers, feel free to populate them as you
wish.
Cheers!
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -197,7 +197,7 @@
once_cell::sync::Lazy,
};
-#[cfg(not(feature = "lite"))]
+#[cfg(all(not(feature = "lite"), feature = "regex"))]
pub use {
regex::{
self,