changeset 52760 | 94e2547e6f3d |
parent 52756 | bbf1c52252ae |
--- a/rust/hg-core/src/encoding.rs Fri Jan 03 10:50:17 2025 -0500 +++ b/rust/hg-core/src/encoding.rs Thu Jan 16 13:15:02 2025 -0500 @@ -3,7 +3,7 @@ use core::str; use std::borrow::Cow; -use crate::{errors::HgError, utils::Escaped}; +use crate::{errors::HgError, utils::strings::Escaped}; use unicode_width::UnicodeWidthStr as _; /// String encoder and decoder.