rust/rhg/src/ui.rs
changeset 52303 22d24f6d6411
parent 51117 532e74ad3ff6
child 52309 56e8841a454c
--- a/rust/rhg/src/ui.rs	Mon Nov 04 11:21:43 2024 +0100
+++ b/rust/rhg/src/ui.rs	Mon Nov 04 11:26:41 2024 +0100
@@ -6,10 +6,10 @@
 use hg::config::Config;
 use hg::config::PlainInfo;
 use hg::errors::HgError;
+use hg::filepatterns::PatternFileWarning;
 use hg::repo::Repo;
 use hg::sparse;
 use hg::utils::files::get_bytes_from_path;
-use hg::PatternFileWarning;
 use std::borrow::Cow;
 use std::io;
 use std::io::{ErrorKind, Write};