changeset 52859 | 9f083ff3c96c |
parent 52858 | c60f69556924 |
child 52862 | 09eb477eec65 |
--- 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);