summaryrefslogtreecommitdiffstats
path: root/src/commands
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-05-30 13:59:23 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-05-30 13:59:23 -0400
commit87f2add952791fcc73b8225dffa2a3f6d6882ab4 (patch)
tree9d41c7ed5268057eb81bf25abd70529e21e5210c /src/commands
parentd62144151dc10d945d376e64dd654a82b421b0bd (diff)
fix some clippy
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/show_tasks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/show_tasks.rs b/src/commands/show_tasks.rs
index a1acd23..ae2a43a 100644
--- a/src/commands/show_tasks.rs
+++ b/src/commands/show_tasks.rs
@@ -34,7 +34,7 @@ pub fn show_tasks(
},
Some(CommandKeybind::CompositeKeybind(m)) => {
let cmd =
- process_event::get_input_while_composite(backend, context, &m);
+ process_event::get_input_while_composite(backend, context, m);
if let Some(command) = cmd {
match command {