rust/hg-pyo3/src/exceptions.rs
changeset 52859 9f083ff3c96c
parent 52857 e7b825893e1b
child 52863 ab6198160960
--- a/rust/hg-pyo3/src/exceptions.rs	Thu Feb 06 11:18:28 2025 +0100
+++ b/rust/hg-pyo3/src/exceptions.rs	Wed Jan 29 18:26:10 2025 +0100
@@ -92,7 +92,6 @@
     PyOSError::new_err(format!("Dirstate error: {:?}", err))
 }
 
-#[allow(dead_code)]
 pub fn dirstate_v2_error(_err: DirstateV2ParseError) -> PyErr {
     PyValueError::new_err("corrupted dirstate-v2")
 }