rust/rhg/src/commands/config.rs
changeset 52760 94e2547e6f3d
parent 49640 37bc3edef76f
--- a/rust/rhg/src/commands/config.rs	Fri Jan 03 10:50:17 2025 -0500
+++ b/rust/rhg/src/commands/config.rs	Thu Jan 16 13:15:02 2025 -0500
@@ -2,7 +2,7 @@
 use clap::Arg;
 use format_bytes::format_bytes;
 use hg::errors::HgError;
-use hg::utils::SliceExt;
+use hg::utils::strings::SliceExt;
 
 pub const HELP_TEXT: &str = "
 With one argument of the form section.name, print just the value of that config item.