diff -r 8c11ec902e73 -r 38e16da74aea rust/hg-pyo3/src/path.rs --- a/rust/hg-pyo3/src/path.rs Wed Feb 05 11:20:39 2025 +0100 +++ b/rust/hg-pyo3/src/path.rs Thu Feb 06 15:03:58 2025 +0100 @@ -73,7 +73,6 @@ } } -#[allow(dead_code)] pub fn paths_py_list( py: Python<'_>, paths: impl IntoIterator, @@ -91,7 +90,6 @@ .unbind()) } -#[allow(dead_code)] pub fn paths_pyiter_collect(paths: &Bound<'_, PyAny>) -> PyResult where C: FromIterator,