diff -r f874342fa568 -r c112cc9effdc rust/hg-core/src/lib.rs --- 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;