rust/rhg/src/commands/status.rs
changeset 48069 3d0a9c6e614d
parent 47969 87e3f878e65f
child 48171 64b8676f11bb
--- a/rust/rhg/src/commands/status.rs	Mon Sep 27 12:09:15 2021 +0200
+++ b/rust/rhg/src/commands/status.rs	Mon Sep 27 13:52:49 2021 +0200
@@ -9,7 +9,6 @@
 use crate::ui::Ui;
 use clap::{Arg, SubCommand};
 use hg;
-use hg::dirstate_tree::dispatch::DirstateMapMethods;
 use hg::errors::HgError;
 use hg::manifest::Manifest;
 use hg::matchers::AlwaysMatcher;