rust/hg-core/src/lib.rs
changeset 42610 5672bb73f61e
parent 42609 326fdce22fb2
child 42748 7cae6bc29ff9
--- a/rust/hg-core/src/lib.rs	Tue Jul 02 17:15:03 2019 +0200
+++ b/rust/hg-core/src/lib.rs	Wed Jul 10 17:41:07 2019 +0200
@@ -15,7 +15,7 @@
     DirstateVec,
 };
 mod filepatterns;
-mod utils;
+pub mod utils;
 
 pub use filepatterns::{
     build_single_regex, read_pattern_file, PatternSyntax, PatternTuple,