changeset 52857 | e7b825893e1b |
parent 52853 | c6707e112d96 |
child 52859 | 9f083ff3c96c |
--- a/rust/hg-pyo3/src/exceptions.rs Thu Feb 06 11:40:38 2025 +0100 +++ b/rust/hg-pyo3/src/exceptions.rs Wed Jan 29 14:05:26 2025 +0100 @@ -88,7 +88,6 @@ PyValueError::new_err("parent out of range") } -#[allow(dead_code)] pub fn dirstate_error(err: DirstateError) -> PyErr { PyOSError::new_err(format!("Dirstate error: {:?}", err)) }