rust/chg/src/locator.rs
changeset 44689 6bef9d43cc55
parent 44688 1f5ab1a9363d
child 44693 61fda2dbc522
--- a/rust/chg/src/locator.rs	Fri Apr 10 21:35:16 2020 +0900
+++ b/rust/chg/src/locator.rs	Fri Apr 10 21:38:08 2020 +0900
@@ -21,9 +21,9 @@
 use tokio_process::{Child, CommandExt};
 use tokio_timer;
 
-use super::clientext::ChgClientExt;
-use super::message::{Instruction, ServerSpec};
-use super::procutil;
+use crate::clientext::ChgClientExt;
+use crate::message::{Instruction, ServerSpec};
+use crate::procutil;
 
 const REQUIRED_SERVER_CAPABILITIES: &[&str] = &[
     "attachio",