summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appexecute.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-10-03 17:41:41 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-10-03 17:41:41 -0400
commit1e18ad1b95397b18af801e5b72eba366abb92fd2 (patch)
tree29fed56bd33eae003aaffe6515227812b8b9d0be /src/key_command/impl_appexecute.rs
parent112b912ec6a5070fc1e052f8cf1ab1b71459cfae (diff)
refactor some code
- rename stuff
Diffstat (limited to 'src/key_command/impl_appexecute.rs')
-rw-r--r--src/key_command/impl_appexecute.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key_command/impl_appexecute.rs b/src/key_command/impl_appexecute.rs
index 33c7693..d678192 100644
--- a/src/key_command/impl_appexecute.rs
+++ b/src/key_command/impl_appexecute.rs
@@ -4,9 +4,9 @@ use crate::context::AppContext;
use crate::error::JoshutoResult;
use crate::ui::TuiBackend;
-use super::{AppExecute, KeyCommand};
+use super::{AppExecute, Command};
-impl AppExecute for KeyCommand {
+impl AppExecute for Command {
fn execute(
&self,
context: &mut AppContext,