rust/hg-core/src/sparse.rs
changeset 52760 94e2547e6f3d
parent 52303 22d24f6d6411
child 52963 42f78c859dd1
--- a/rust/hg-core/src/sparse.rs	Fri Jan 03 10:50:17 2025 -0500
+++ b/rust/hg-core/src/sparse.rs	Thu Jan 16 13:15:02 2025 -0500
@@ -17,7 +17,7 @@
     operations::cat,
     repo::Repo,
     requirements::SPARSE_REQUIREMENT,
-    utils::{hg_path::HgPath, SliceExt},
+    utils::{hg_path::HgPath, strings::SliceExt},
     Revision, NULL_REVISION,
 };