rust/rhg/src/commands/root.rs
changeset 45358 452ece5654c5
parent 45049 513b3ef277a3
child 45360 227281e76c22
--- a/rust/rhg/src/commands/root.rs	Tue Aug 04 10:59:43 2020 +0200
+++ b/rust/rhg/src/commands/root.rs	Wed Jul 29 10:08:09 2020 +0200
@@ -1,7 +1,7 @@
 use crate::commands::Command;
 use crate::error::{CommandError, CommandErrorKind};
 use crate::ui::Ui;
-use hg::operations::{FindRoot, FindRootError, FindRootErrorKind, Operation};
+use hg::operations::{FindRoot, FindRootError, FindRootErrorKind};
 use hg::utils::files::get_bytes_from_path;
 use std::path::PathBuf;