rust/hg-core/src/lib.rs
changeset 44305 d8d4fa9a7f18
parent 44304 2fe89bec8011
child 44519 52d40f8fb82d
--- a/rust/hg-core/src/lib.rs	Thu Jan 16 11:27:12 2020 +0100
+++ b/rust/hg-core/src/lib.rs	Thu Jan 16 13:34:04 2020 +0100
@@ -21,6 +21,8 @@
 pub mod matchers;
 pub mod revlog;
 pub use revlog::*;
+#[cfg(feature = "with-re2")]
+pub mod re2;
 pub mod utils;
 
 use crate::utils::hg_path::{HgPathBuf, HgPathError};