rust/hg-cpython/src/lib.rs
changeset 42752 30320c7bf79f
parent 42747 760a7851e9ba
child 42819 6a551a2dc666
--- a/rust/hg-cpython/src/lib.rs	Tue Jul 09 14:53:34 2019 +0200
+++ b/rust/hg-cpython/src/lib.rs	Tue Jul 09 15:15:54 2019 +0200
@@ -27,6 +27,8 @@
 pub mod ancestors;
 mod cindex;
 mod conversion;
+#[macro_use]
+pub mod ref_sharing;
 pub mod dagops;
 pub mod dirstate;
 pub mod parsers;