diff rust/hg-cpython/src/lib.rs @ 41240:ff333620a4cc

rust-cpython: moved generic conversion fn out of ancestors module This will allow to use it easily from other submodules Differential Revision: https://phab.mercurial-scm.org/D5578
author Georges Racinet <georges.racinet@octobus.net>
date Sat, 12 Jan 2019 16:57:04 +0100
parents dcf818267bc1
children 0c7b353ce100
line wrap: on
line diff
--- 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| {