changeset 52780 | 42b219a1404a |
parent 52778 | 523ca3d225f5 |
--- a/rust/hg-pyo3/src/revlog/config.rs Wed Dec 25 12:43:45 2024 +0100 +++ b/rust/hg-pyo3/src/revlog/config.rs Wed Dec 25 13:29:56 2024 +0100 @@ -5,7 +5,6 @@ // // This software may be used and distributed according to the terms of the // GNU General Public License version 2 or any later version. -#![allow(dead_code)] use pyo3::conversion::FromPyObject; use pyo3::exceptions::PyValueError; use pyo3::intern;