summaryrefslogtreecommitdiffstats
path: root/src/run.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-04 13:28:35 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-04 13:46:08 -0400
commit735b51f6c350b97feb4f0f43bf3f9fc15858d1fd (patch)
treede3ff1cf019e216b3bd6bd2dccb4c823d74370a3 /src/run.rs
parent7036a7e6ff57b7e5e4b99133ea7466a3b24bf0ce (diff)
parent72b19d4acf0b68683629d62df2cbf1c556ae424b (diff)
merge 'dev' with 'dev'
Diffstat (limited to 'src/run.rs')
-rw-r--r--src/run.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rs b/src/run.rs
index 1bb8556..83634f0 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -155,7 +155,7 @@ pub fn run(config_t: JoshutoConfig, keymap_t: JoshutoCommandMapping) {
if !context.threads.is_empty() {
ncurses::timeout(0);
match process_threads(&mut context, &view) {
- Ok(()) => {}
+ Ok(_) => {}
Err(e) => ui::wprint_err(&view.bot_win, e.to_string().as_str()),
}
ncurses::doupdate();