diff -r 2fe89bec8011 -r d8d4fa9a7f18 rust/hg-core/src/lib.rs --- 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};