rust/hg-core/src/utils.rs
changeset 42956 3fe40dd6355d
parent 42863 62eabdf91f85
child 44079 191a461d6be6
--- a/rust/hg-core/src/utils.rs	Wed Sep 18 13:50:33 2019 -0700
+++ b/rust/hg-core/src/utils.rs	Sun Sep 01 20:53:14 2019 +0200
@@ -8,6 +8,7 @@
 //! Contains useful functions, traits, structs, etc. for use in core.
 
 pub mod files;
+pub mod hg_path;
 
 /// Replaces the `from` slice with the `to` slice inside the `buf` slice.
 ///