rust/hg-core/src/lib.rs
changeset 50866 c112cc9effdc
parent 50860 f50e71fdfcb4
child 51605 e4b9f8a74d5f
--- a/rust/hg-core/src/lib.rs	Wed Aug 02 10:16:33 2023 -0400
+++ b/rust/hg-core/src/lib.rs	Wed Aug 02 10:46:47 2023 -0400
@@ -25,7 +25,7 @@
     DirstateEntry, DirstateParents, EntryState,
 };
 pub mod copy_tracing;
-mod filepatterns;
+pub mod filepatterns;
 pub mod matchers;
 pub mod repo;
 pub mod revlog;