summaryrefslogtreecommitdiffstats
path: root/src/commands/change_directory.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-25 13:18:10 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-25 13:23:17 -0500
commit2ed8a79d7ba89bd37b89c1cd853ead3adb59347a (patch)
tree81fc8ed2c72170d9009e67762a1395bb01b0b396 /src/commands/change_directory.rs
parent25d52bebb94b7a9dcaf45d839fd320b6fa3a3782 (diff)
add verbose messages for file operations
Diffstat (limited to 'src/commands/change_directory.rs')
-rw-r--r--src/commands/change_directory.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/change_directory.rs b/src/commands/change_directory.rs
index de0f418..0b96145 100644
--- a/src/commands/change_directory.rs
+++ b/src/commands/change_directory.rs
@@ -1,5 +1,4 @@
use std::path;
-use std::process;
use crate::commands::{JoshutoCommand, JoshutoRunnable};
use crate::context::JoshutoContext;