rust/hg-cpython/src/conversion.rs
changeset 52178 bd8081e9fd62
parent 51218 5a7d5fd6808c
--- a/rust/hg-cpython/src/conversion.rs	Thu Aug 01 11:27:20 2024 +0200
+++ b/rust/hg-cpython/src/conversion.rs	Thu Sep 26 14:26:24 2024 +0200
@@ -9,7 +9,7 @@
 //! `hg-core` crate. From Python, this will be seen as `rustext.ancestor`
 
 use cpython::{ObjectProtocol, PyErr, PyObject, PyResult, Python};
-use hg::{Revision, RevlogIndex, UncheckedRevision};
+use hg::{revlog::RevlogIndex, Revision, UncheckedRevision};
 
 use crate::{exceptions::GraphError, PyRevision};