summaryrefslogtreecommitdiffstats
path: root/src/commands/command_line.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-04-30 23:13:30 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-04-30 23:13:30 -0400
commit297a06ef3a529687e7edb84d5f67376c654b1927 (patch)
tree1eb029fc8cc1b05d5ef9a3d354f7497c621af20e /src/commands/command_line.rs
parent8eacec9b2392006bb90d14d5823be1829c021101 (diff)
rename traits and move structs around
Diffstat (limited to 'src/commands/command_line.rs')
-rw-r--r--src/commands/command_line.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/command_line.rs b/src/commands/command_line.rs
index aa373cc..910364a 100644
--- a/src/commands/command_line.rs
+++ b/src/commands/command_line.rs
@@ -4,7 +4,7 @@ use crate::error::JoshutoResult;
use crate::ui::views::TuiTextField;
use crate::ui::TuiBackend;
-use super::JoshutoRunnable;
+use super::AppExecute;
pub fn readline(
context: &mut AppContext,