summaryrefslogtreecommitdiffstats
path: root/src/commands/parent_directory.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
commitf15674eb5c550423b8b7d02ac05bd36a9dec4040 (patch)
treebded485cf3eded5c73e2466debe80911efed6665 /src/commands/parent_directory.rs
parent89b08eb9905db22a3e9751f44440d22e114277a3 (diff)
fix initial preview not working
Diffstat (limited to 'src/commands/parent_directory.rs')
-rw-r--r--src/commands/parent_directory.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/parent_directory.rs b/src/commands/parent_directory.rs
index ee3c621..d7de010 100644
--- a/src/commands/parent_directory.rs
+++ b/src/commands/parent_directory.rs
@@ -1,7 +1,6 @@
use crate::commands::{JoshutoCommand, JoshutoRunnable};
use crate::context::JoshutoContext;
use crate::error::JoshutoResult;
-use crate::history::DirectoryHistory;
use crate::ui::TuiBackend;
#[derive(Clone, Debug)]