diff rust/hg-pyo3/src/lib.rs @ 52839:b8cd277d26f4

rust-pyo3: remove the now unused `convert_cpython` module This was unvaluable during the start of the transition period, but is useless now that the `InnerRevlog` translation is over.
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 07 Jan 2025 17:36:21 +0100
parents 01aff9437828
children 28f0f00b5dbd
line wrap: on
line diff
--- a/rust/hg-pyo3/src/lib.rs	Tue Jan 07 17:34:25 2025 +0100
+++ b/rust/hg-pyo3/src/lib.rs	Tue Jan 07 17:36:21 2025 +0100
@@ -1,7 +1,6 @@
 use pyo3::prelude::*;
 
 mod ancestors;
-mod convert_cpython;
 mod dagops;
 mod discovery;
 mod exceptions;