diff -r 26b0a7514f01 -r ff333620a4cc rust/hg-cpython/src/lib.rs --- 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| {