rust/hg-cpython/src/lib.rs
changeset 41240 ff333620a4cc
parent 41184 dcf818267bc1
child 41705 0c7b353ce100
--- a/rust/hg-cpython/src/lib.rs	Tue Jan 15 20:24:17 2019 +0100
+++ b/rust/hg-cpython/src/lib.rs	Sat Jan 12 16:57:04 2019 +0100
@@ -26,6 +26,7 @@
 
 pub mod ancestors;
 mod cindex;
+mod conversion;
 pub mod exceptions;
 
 py_module_initializer!(rustext, initrustext, PyInit_rustext, |py, m| {