rust/chg/src/lib.rs
changeset 44753 a347a329e48d
parent 44752 d6f706929120
--- a/rust/chg/src/lib.rs	Fri Apr 10 23:26:36 2020 +0900
+++ b/rust/chg/src/lib.rs	Sat Apr 11 00:47:32 2020 +0900
@@ -5,7 +5,7 @@
 
 mod attachio;
 mod clientext;
-//pub mod locator;
+pub mod locator;
 pub mod message;
 pub mod procutil;
 mod runcommand;