summaryrefslogtreecommitdiffstats
path: root/src/context/app_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/app_context.rs')
-rw-r--r--src/context/app_context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/app_context.rs b/src/context/app_context.rs
index 4f605ce..7971562 100644
--- a/src/context/app_context.rs
+++ b/src/context/app_context.rs
@@ -56,7 +56,7 @@ impl AppContext {
let event_tx = events.event_tx.clone();
let mut commandline_context = CommandLineContext::new();
- commandline_context.history_mut().set_max_len(20);
+ let _ = commandline_context.history_mut().set_max_len(20);
let event_tx_for_fs_notification = event_tx.clone();
let watcher = notify::recommended_watcher(move |res| {