diff -r c60f69556924 -r 9f083ff3c96c rust/hg-pyo3/src/path.rs --- a/rust/hg-pyo3/src/path.rs Thu Feb 06 11:18:28 2025 +0100 +++ b/rust/hg-pyo3/src/path.rs Wed Jan 29 18:26:10 2025 +0100 @@ -15,7 +15,6 @@ use hg::utils::hg_path::{HgPath, HgPathBuf}; -#[allow(dead_code)] #[derive(Eq, Ord, PartialEq, PartialOrd, Hash, derive_more::From)] pub struct PyHgPathRef<'a>(pub &'a HgPath);